Html Css Color HEX #01567B Blue Lagoon

📋 copy color: '#01567B'

red 1 ◦ green 86 ◦ blue 123

#01567B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #01567B

Tints of Blue Lagoon #01567B

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

 GREEN value IS 86 (33.98% from 255) = 40.95%

 BLUE value IS 123 (48.44% from 255) = 58.57%

R = 0.48%
G = 40.95%
B = 58.57%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01567B (or 0x01567B) is known color: Blue Lagoon. HEX triplet: 01, 56 and 7B. RGB value is (1,86,123). Sum of RGB (Red+Green+Blue) = 1+86+123=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #01567B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01567B is #FEA984. Grayscale: #404040. Windows color (decimal): -16689541 or 8082945. OLE color: 8082945.

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

Color convert

RGB 1 86 123 -
CMYK 0.99 0.30 0 0.52
HSL 198.2º 0.98% 0.24% -
HSV(B) 198.2º 0.99% 0.48% -
XYZ 6.92 8.09 19.94 -
YUV 64.8 160.84 82.49 -
System Red Green Blue C M Y K H S L
Decimal 1 86 123 0.99 0.30 0 0.52 198.2 0.98 0.24
Hex 1 56 7B 63 1E 0 34 C6 62 18
Octal 1 126 173 143 36 0 64 306 142 30
Binary 1 1010110 1111011 1100011 11110 0 110100 11000110 1100010 11000

Color Harmonies of #01567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01567B

Black with #01567B

Text Example


Text Example

White with #01567B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01567B;
 }
 .AnyTagClassName
 {
   color: #01567B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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