#0F636B

Color #0F636B Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #0F636B

Tints of Blue Lagoon #0F636B

Color information

#0F636B (or 0x0F636B) is unknown color: approx Blue Lagoon. HEX triplet: 0F, 63 and 6B. RGB value is (15,99,107). Sum of RGB (Red+Green+Blue) = 15+99+107=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F636B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F636B is #F09C94. Grayscale: #4A4A4A. Windows color (decimal): -15768725 or 7037711. OLE color: 7037711.

HSL color Cylindrical-coordinate representation of color #0F636B: hue angle of 185.22º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F636B is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1599107-
CMYK0.860.0700.58
HSL185.22º75.41%23.92%-
HSV(B)185.22º85.98%41.96%-
XYZ7.3110.0915.47-
YUV74.8146.1785.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 6.79%
GREEN value IS 99 (39.06% from 255) = 44.80%
BLUE value IS 107 (42.19% from 255) = 48.42%
R=6.79%
G=44.80%
B=48.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15991070.860.0700.58185.2275.4123.92
HexF636B56703Ab94b18
Octal17143153126707227111330
Binary1111110001111010111010110111011101010111001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F636B; }

 p { color: rgb(15,99,107); }

 H1.HeaderClassName
 {
   color: #0F636B;
 }
 .AnyTagClassName
 {
   color: #0F636B;
 }
</style>
background-color css

<style>
 a { background-color: #0F636B; }

 a { background-color: rgb(15,99,107); }

 div.DivClassName
 {
   background-color: #0F636B;
 }
 .BgClassName
 {
   background-color: #0F636B;
 }
</style>
border-color css

<style>
 span { border-color: #0F636B; }

 span { border-color: rgb(15,99,107); }

 td.TdClassName
 {
   border-color: #0F636B;
 }
 .TagClassName
 {
   border-color: #0F636B;
 }
</style>