Html Css Color HEX #01607B Blue Lagoon

📋 copy color: '#01607B'

red 1 ◦ green 96 ◦ blue 123

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

Shades of Blue Lagoon #01607B

Tints of Blue Lagoon #01607B

RGB

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

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

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

R = 0.45%
G = 43.64%
B = 55.91%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01607B (or 0x01607B) is known color: Blue Lagoon. HEX triplet: 01, 60 and 7B. RGB value is (1,96,123). Sum of RGB (Red+Green+Blue) = 1+96+123=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #01607B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01607B is #FE9F84. Grayscale: #464646. Windows color (decimal): -16686981 or 8085505. OLE color: 8085505.

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

Color convert

RGB 1 96 123 -
CMYK 0.99 0.22 0 0.52
HSL 193.28º 0.98% 0.24% -
HSV(B) 193.28º 0.99% 0.48% -
XYZ 7.77 9.8 20.22 -
YUV 70.67 157.53 78.3 -
System Red Green Blue C M Y K H S L
Decimal 1 96 123 0.99 0.22 0 0.52 193.28 0.98 0.24
Hex 1 60 7B 63 16 0 34 C1 62 18
Octal 1 140 173 143 26 0 64 301 142 30
Binary 1 1100000 1111011 1100011 10110 0 110100 11000001 1100010 11000

Color Harmonies of #01607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01607B

Black with #01607B

Text Example


Text Example

White with #01607B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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