Html Css Color HEX #01668E Cerulean

📋 copy color: '#01668E'

red 1 ◦ green 102 ◦ blue 142

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

Shades of Cerulean #01668E

Tints of Cerulean #01668E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 57.96%

R = 0.41%
G = 41.63%
B = 57.96%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01668E (or 0x01668E) is known color: Cerulean. HEX triplet: 01, 66 and 8E. RGB value is (1,102,142). Sum of RGB (Red+Green+Blue) = 1+102+142=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #01668E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01668E is #FE9971. Grayscale: #4C4C4C. Windows color (decimal): -16685426 or 9332225. OLE color: 9332225.

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

Color convert

RGB 1 102 142 -
CMYK 0.99 0.28 0 0.44
HSL 197.02º 0.99% 0.28% -
HSV(B) 197.02º 0.99% 0.56% -
XYZ 9.65 11.46 27.3 -
YUV 76.36 165.04 74.25 -
System Red Green Blue C M Y K H S L
Decimal 1 102 142 0.99 0.28 0 0.44 197.02 0.99 0.28
Hex 1 66 8E 63 1C 0 2C C5 63 1C
Octal 1 146 216 143 34 0 54 305 143 34
Binary 1 1100110 10001110 1100011 11100 0 101100 11000101 1100011 11100

Color Harmonies of #01668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01668E

Black with #01668E

Text Example


Text Example

White with #01668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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