Html Css Color HEX #01668A Blue Lagoon

📋 copy color: '#01668A'

red 1 ◦ green 102 ◦ blue 138

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

Shades of Blue Lagoon #01668A

Tints of Blue Lagoon #01668A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.26%

R = 0.41%
G = 42.32%
B = 57.26%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01668A (or 0x01668A) is known color: Blue Lagoon. HEX triplet: 01, 66 and 8A. RGB value is (1,102,138). Sum of RGB (Red+Green+Blue) = 1+102+138=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #01668A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01668A is #FE9975. Grayscale: #4B4B4B. Windows color (decimal): -16685430 or 9070081. OLE color: 9070081.

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

Color convert

RGB 1 102 138 -
CMYK 0.99 0.26 0 0.46
HSL 195.77º 0.99% 0.27% -
HSV(B) 195.77º 0.99% 0.54% -
XYZ 9.35 11.34 25.74 -
YUV 75.91 163.04 74.57 -
System Red Green Blue C M Y K H S L
Decimal 1 102 138 0.99 0.26 0 0.46 195.77 0.99 0.27
Hex 1 66 8A 63 1A 0 2E C4 63 1B
Octal 1 146 212 143 32 0 56 304 143 33
Binary 1 1100110 10001010 1100011 11010 0 101110 11000100 1100011 11011

Color Harmonies of #01668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01668A

Black with #01668A

Text Example


Text Example

White with #01668A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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