Html Css Color HEX #01607A Blue Lagoon

📋 copy color: '#01607A'

red 1 ◦ green 96 ◦ blue 122

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

Shades of Blue Lagoon #01607A

Tints of Blue Lagoon #01607A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 55.71%

R = 0.46%
G = 43.84%
B = 55.71%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01607A (or 0x01607A) is known color: Blue Lagoon. HEX triplet: 01, 60 and 7A. RGB value is (1,96,122). Sum of RGB (Red+Green+Blue) = 1+96+122=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #01607A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01607A is #FE9F85. Grayscale: #464646. Windows color (decimal): -16686982 or 8019969. OLE color: 8019969.

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

Color convert

RGB 1 96 122 -
CMYK 0.99 0.21 0 0.52
HSL 192.89º 0.98% 0.24% -
HSV(B) 192.89º 0.99% 0.48% -
XYZ 7.71 9.78 19.89 -
YUV 70.56 157.03 78.39 -
System Red Green Blue C M Y K H S L
Decimal 1 96 122 0.99 0.21 0 0.52 192.89 0.98 0.24
Hex 1 60 7A 63 15 0 34 C1 62 18
Octal 1 140 172 143 25 0 64 301 142 30
Binary 1 1100000 1111010 1100011 10101 0 110100 11000001 1100010 11000

Color Harmonies of #01607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01607A

Black with #01607A

Text Example


Text Example

White with #01607A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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