Html Css Color HEX #01609C Cerulean

📋 copy color: '#01609C'

red 1 ◦ green 96 ◦ blue 156

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

Shades of Cerulean #01609C

Tints of Cerulean #01609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.94%

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

R = 0.4%
G = 37.94%
B = 61.66%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01609C (or 0x01609C) is known color: Cerulean. HEX triplet: 01, 60 and 9C. RGB value is (1,96,156). Sum of RGB (Red+Green+Blue) = 1+96+156=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #01609C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01609C is #FE9F63. Grayscale: #4A4A4A. Windows color (decimal): -16686948 or 10248193. OLE color: 10248193.

HSL color Cylindrical-coordinate representation of color #01609C: hue angle of 203.23º 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 #01609C is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 96 156 -
CMYK 0.99 0.38 0 0.39
HSL 203.23º 0.99% 0.31% -
HSV(B) 203.23º 0.99% 0.61% -
XYZ 10.2 10.77 32.99 -
YUV 74.44 174.03 75.62 -
System Red Green Blue C M Y K H S L
Decimal 1 96 156 0.99 0.38 0 0.39 203.23 0.99 0.31
Hex 1 60 9C 63 26 0 27 CB 63 1F
Octal 1 140 234 143 46 0 47 313 143 37
Binary 1 1100000 10011100 1100011 100110 0 100111 11001011 1100011 11111

Color Harmonies of #01609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01609C

Black with #01609C

Text Example


Text Example

White with #01609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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