Html Css Color HEX #01607C Blue Lagoon

📋 copy color: '#01607C'

red 1 ◦ green 96 ◦ blue 124

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

Shades of Blue Lagoon #01607C

Tints of Blue Lagoon #01607C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 56.11%

R = 0.45%
G = 43.44%
B = 56.11%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01607C (or 0x01607C) is known color: Blue Lagoon. HEX triplet: 01, 60 and 7C. RGB value is (1,96,124). Sum of RGB (Red+Green+Blue) = 1+96+124=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #01607C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01607C is #FE9F83. Grayscale: #464646. Windows color (decimal): -16686980 or 8151041. OLE color: 8151041.

HSL color Cylindrical-coordinate representation of color #01607C: hue angle of 193.66º 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 #01607C is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 96 124 -
CMYK 0.99 0.23 0 0.51
HSL 193.66º 0.98% 0.25% -
HSV(B) 193.66º 0.99% 0.49% -
XYZ 7.83 9.83 20.55 -
YUV 70.79 158.03 78.22 -
System Red Green Blue C M Y K H S L
Decimal 1 96 124 0.99 0.23 0 0.51 193.66 0.98 0.25
Hex 1 60 7C 63 17 0 33 C2 62 19
Octal 1 140 174 143 27 0 63 302 142 31
Binary 1 1100000 1111100 1100011 10111 0 110011 11000010 1100010 11001

Color Harmonies of #01607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01607C

Black with #01607C

Text Example


Text Example

White with #01607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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