Html Css Color HEX #01649A Cerulean

📋 copy color: '#01649A'

red 1 ◦ green 100 ◦ blue 154

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

Shades of Cerulean #01649A

Tints of Cerulean #01649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.22%

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

R = 0.39%
G = 39.22%
B = 60.39%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01649A (or 0x01649A) is known color: Cerulean. HEX triplet: 01, 64 and 9A. RGB value is (1,100,154). Sum of RGB (Red+Green+Blue) = 1+100+154=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #01649A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01649A is #FE9B65. Grayscale: #4C4C4C. Windows color (decimal): -16685926 or 10118145. OLE color: 10118145.

HSL color Cylindrical-coordinate representation of color #01649A: hue angle of 201.18º 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 #01649A is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 100 154 -
CMYK 0.99 0.35 0 0.40
HSL 201.18º 0.99% 0.3% -
HSV(B) 201.18º 0.99% 0.6% -
XYZ 10.4 11.45 32.23 -
YUV 76.56 171.7 74.11 -
System Red Green Blue C M Y K H S L
Decimal 1 100 154 0.99 0.35 0 0.40 201.18 0.99 0.3
Hex 1 64 9A 63 23 0 28 C9 63 1E
Octal 1 144 232 143 43 0 50 311 143 36
Binary 1 1100100 10011010 1100011 100011 0 101000 11001001 1100011 11110

Color Harmonies of #01649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01649A

Black with #01649A

Text Example


Text Example

White with #01649A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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