Html Css Color HEX #01657B Blue Lagoon

📋 copy color: '#01657B'

red 1 ◦ green 101 ◦ blue 123

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

Shades of Blue Lagoon #01657B

Tints of Blue Lagoon #01657B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.89%

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

R = 0.44%
G = 44.89%
B = 54.67%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01657B (or 0x01657B) is known color: Blue Lagoon. HEX triplet: 01, 65 and 7B. RGB value is (1,101,123). Sum of RGB (Red+Green+Blue) = 1+101+123=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #01657B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01657B is #FE9A84. Grayscale: #494949. Windows color (decimal): -16685701 or 8086785. OLE color: 8086785.

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

Color convert

RGB 1 101 123 -
CMYK 0.99 0.18 0 0.52
HSL 190.82º 0.98% 0.24% -
HSV(B) 190.82º 0.99% 0.48% -
XYZ 8.24 10.74 20.38 -
YUV 73.61 155.87 76.21 -
System Red Green Blue C M Y K H S L
Decimal 1 101 123 0.99 0.18 0 0.52 190.82 0.98 0.24
Hex 1 65 7B 63 12 0 34 BF 62 18
Octal 1 145 173 143 22 0 64 277 142 30
Binary 1 1100101 1111011 1100011 10010 0 110100 10111111 1100010 11000

Color Harmonies of #01657B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01657B

Black with #01657B

Text Example


Text Example

White with #01657B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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