Html Css Color HEX #01607E Blue Lagoon

📋 copy color: '#01607E'

red 1 ◦ green 96 ◦ blue 126

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

Shades of Blue Lagoon #01607E

Tints of Blue Lagoon #01607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.05%

 BLUE value IS 126 (49.61% from 255) = 56.5%

R = 0.45%
G = 43.05%
B = 56.5%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01607E (or 0x01607E) is known color: Blue Lagoon. HEX triplet: 01, 60 and 7E. RGB value is (1,96,126). Sum of RGB (Red+Green+Blue) = 1+96+126=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 126 (49.61% from 255 or 56.50% from 223); Max value from RGB is 126 - color contains mainly: blue. Hex color #01607E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01607E is #FE9F81. Grayscale: #464646. Windows color (decimal): -16686978 or 8282113. OLE color: 8282113.

HSL color Cylindrical-coordinate representation of color #01607E: hue angle of 194.4º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01607E is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 96 126 -
CMYK 0.99 0.24 0 0.51
HSL 194.4º 0.98% 0.25% -
HSV(B) 194.4º 0.99% 0.49% -
XYZ 7.96 9.88 21.23 -
YUV 71.02 159.03 78.06 -
System Red Green Blue C M Y K H S L
Decimal 1 96 126 0.99 0.24 0 0.51 194.4 0.98 0.25
Hex 1 60 7E 63 18 0 33 C2 62 19
Octal 1 140 176 143 30 0 63 302 142 31
Binary 1 1100000 1111110 1100011 11000 0 110011 11000010 1100010 11001

Color Harmonies of #01607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01607E

Black with #01607E

Text Example


Text Example

White with #01607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01607E; }

 p { color: rgb(1,96,126); }

 H1.HeaderClassName
 {
   color: #01607E;
 }
 .AnyTagClassName
 {
   color: #01607E;
 }
</style>

background-color css

<style>
 a { background-color: #01607E; }

 a { background-color: rgb(1,96,126); }

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

border-color css

<style>
 span { border-color: #01607E; }

 span { border-color: rgb(1,96,126); }

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