Html Css Color HEX #01699C Cerulean

📋 copy color: '#01699C'

red 1 ◦ green 105 ◦ blue 156

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

Shades of Cerulean #01699C

Tints of Cerulean #01699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.08%

 BLUE value IS 156 (61.33% from 255) = 59.54%

R = 0.38%
G = 40.08%
B = 59.54%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01699C (or 0x01699C) is known color: Cerulean. HEX triplet: 01, 69 and 9C. RGB value is (1,105,156). Sum of RGB (Red+Green+Blue) = 1+105+156=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #01699C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01699C is #FE9663. Grayscale: #4F4F4F. Windows color (decimal): -16684644 or 10250497. OLE color: 10250497.

HSL color Cylindrical-coordinate representation of color #01699C: hue angle of 199.74º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01699C is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 105 156 -
CMYK 0.99 0.33 0 0.39
HSL 199.74º 0.99% 0.31% -
HSV(B) 199.74º 0.99% 0.61% -
XYZ 11.06 12.51 33.28 -
YUV 79.72 171.04 71.85 -
System Red Green Blue C M Y K H S L
Decimal 1 105 156 0.99 0.33 0 0.39 199.74 0.99 0.31
Hex 1 69 9C 63 21 0 27 C8 63 1F
Octal 1 151 234 143 41 0 47 310 143 37
Binary 1 1101001 10011100 1100011 100001 0 100111 11001000 1100011 11111

Color Harmonies of #01699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01699C

Black with #01699C

Text Example


Text Example

White with #01699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01699C; }

 p { color: rgb(1,105,156); }

 H1.HeaderClassName
 {
   color: #01699C;
 }
 .AnyTagClassName
 {
   color: #01699C;
 }
</style>

background-color css

<style>
 a { background-color: #01699C; }

 a { background-color: rgb(1,105,156); }

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

border-color css

<style>
 span { border-color: #01699C; }

 span { border-color: rgb(1,105,156); }

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