Html Css Color HEX #01619A Cerulean

📋 copy color: '#01619A'

red 1 ◦ green 97 ◦ blue 154

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

Shades of Cerulean #01619A

Tints of Cerulean #01619A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.49%

 BLUE value IS 154 (60.55% from 255) = 61.11%

R = 0.4%
G = 38.49%
B = 61.11%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01619A (or 0x01619A) is known color: Cerulean. HEX triplet: 01, 61 and 9A. RGB value is (1,97,154). Sum of RGB (Red+Green+Blue) = 1+97+154=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #01619A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01619A is #FE9E65. Grayscale: #4A4A4A. Windows color (decimal): -16686694 or 10117377. OLE color: 10117377.

HSL color Cylindrical-coordinate representation of color #01619A: hue angle of 202.35º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01619A is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 97 154 -
CMYK 0.99 0.37 0 0.40
HSL 202.35º 0.99% 0.3% -
HSV(B) 202.35º 0.99% 0.6% -
XYZ 10.12 10.89 32.14 -
YUV 74.79 172.7 75.37 -
System Red Green Blue C M Y K H S L
Decimal 1 97 154 0.99 0.37 0 0.40 202.35 0.99 0.3
Hex 1 61 9A 63 25 0 28 CA 63 1E
Octal 1 141 232 143 45 0 50 312 143 36
Binary 1 1100001 10011010 1100011 100101 0 101000 11001010 1100011 11110

Color Harmonies of #01619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01619A

Black with #01619A

Text Example


Text Example

White with #01619A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,97,154); }

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

background-color css

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

 a { background-color: rgb(1,97,154); }

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

border-color css

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

 span { border-color: rgb(1,97,154); }

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