#02567B

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

Shades of Blue Lagoon #02567B

Tints of Blue Lagoon #02567B

Color information

#02567B (or 0x02567B) is unknown color: approx Blue Lagoon. HEX triplet: 02, 56 and 7B. RGB value is (2,86,123). Sum of RGB (Red+Green+Blue) = 2+86+123=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #02567B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02567B is #FDA984. Grayscale: #404040. Windows color (decimal): -16624005 or 8082946. OLE color: 8082946.

HSL color Cylindrical-coordinate representation of color #02567B: hue angle of 198.35º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02567B is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB286123-
CMYK0.980.3000.52
HSL198.35º96.8%24.51%-
HSV(B)198.35º98.37%48.24%-
XYZ6.938.119.94-
YUV65.1160.6782.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 123 (48.44% from 255) = 58.29%
R=0.95%
G=40.76%
B=58.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2861230.980.3000.52198.3596.824.51
Hex2567B621E034c66119
Octal21261731423606430614131
Binary1010101101111011110001011110011010011000110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02567B; }

 p { color: rgb(2,86,123); }

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

<style>
 a { background-color: #02567B; }

 a { background-color: rgb(2,86,123); }

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

<style>
 span { border-color: #02567B; }

 span { border-color: rgb(2,86,123); }

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