Html Css Color HEX #01607F Blue Lagoon

📋 copy color: '#01607F'

red 1 ◦ green 96 ◦ blue 127

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

Shades of Blue Lagoon #01607F

Tints of Blue Lagoon #01607F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 56.7%

R = 0.45%
G = 42.86%
B = 56.7%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01607F (or 0x01607F) is known color: Blue Lagoon. HEX triplet: 01, 60 and 7F. RGB value is (1,96,127). Sum of RGB (Red+Green+Blue) = 1+96+127=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #01607F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01607F is #FE9F80. Grayscale: #464646. Windows color (decimal): -16686977 or 8347649. OLE color: 8347649.

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

Color convert

RGB 1 96 127 -
CMYK 0.99 0.24 0 0.50
HSL 194.76º 0.98% 0.25% -
HSV(B) 194.76º 0.99% 0.5% -
XYZ 8.03 9.9 21.57 -
YUV 71.13 159.53 77.98 -
System Red Green Blue C M Y K H S L
Decimal 1 96 127 0.99 0.24 0 0.50 194.76 0.98 0.25
Hex 1 60 7F 63 18 0 32 C3 62 19
Octal 1 140 177 143 30 0 62 303 142 31
Binary 1 1100000 1111111 1100011 11000 0 110010 11000011 1100010 11001

Color Harmonies of #01607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01607F

Black with #01607F

Text Example


Text Example

White with #01607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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