Html Css Color HEX #01668B Blue Lagoon

📋 copy color: '#01668B'

red 1 ◦ green 102 ◦ blue 139

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

Shades of Blue Lagoon #01668B

Tints of Blue Lagoon #01668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.15%

 BLUE value IS 139 (54.69% from 255) = 57.44%

R = 0.41%
G = 42.15%
B = 57.44%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01668B (or 0x01668B) is known color: Blue Lagoon. HEX triplet: 01, 66 and 8B. RGB value is (1,102,139). Sum of RGB (Red+Green+Blue) = 1+102+139=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #01668B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01668B is #FE9974. Grayscale: #4B4B4B. Windows color (decimal): -16685429 or 9135617. OLE color: 9135617.

HSL color Cylindrical-coordinate representation of color #01668B: hue angle of 196.09º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01668B is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 102 139 -
CMYK 0.99 0.27 0 0.45
HSL 196.09º 0.99% 0.27% -
HSV(B) 196.09º 0.99% 0.55% -
XYZ 9.42 11.37 26.12 -
YUV 76.02 163.54 74.49 -
System Red Green Blue C M Y K H S L
Decimal 1 102 139 0.99 0.27 0 0.45 196.09 0.99 0.27
Hex 1 66 8B 63 1B 0 2D C4 63 1B
Octal 1 146 213 143 33 0 55 304 143 33
Binary 1 1100110 10001011 1100011 11011 0 101101 11000100 1100011 11011

Color Harmonies of #01668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01668B

Black with #01668B

Text Example


Text Example

White with #01668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,102,139); }

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

background-color css

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

 a { background-color: rgb(1,102,139); }

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

border-color css

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

 span { border-color: rgb(1,102,139); }

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