Html Css Color HEX #10649A Cerulean

📋 copy color: '#10649A'

red 16 ◦ green 100 ◦ blue 154

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

Shades of Cerulean #10649A

Tints of Cerulean #10649A

RGB

 RED value IS 16 (6.64% from 255) = 5.93%

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

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

R = 5.93%
G = 37.04%
B = 57.04%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#10649A (or 0x10649A) is known color: Cerulean. HEX triplet: 10, 64 and 9A. RGB value is (16,100,154). Sum of RGB (Red+Green+Blue) = 16+100+154=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #10649A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10649A is #EF9B65. Grayscale: #505050. Windows color (decimal): -15702886 or 10118160. OLE color: 10118160.

HSL color Cylindrical-coordinate representation of color #10649A: hue angle of 203.48º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10649A is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 100 154 -
CMYK 0.90 0.35 0 0.40
HSL 203.48º 0.81% 0.33% -
HSV(B) 203.48º 0.9% 0.6% -
XYZ 10.6 11.56 32.24 -
YUV 81.04 169.17 81.61 -
System Red Green Blue C M Y K H S L
Decimal 16 100 154 0.90 0.35 0 0.40 203.48 0.81 0.33
Hex 10 64 9A 5A 23 0 28 CB 51 21
Octal 20 144 232 132 43 0 50 313 121 41
Binary 10000 1100100 10011010 1011010 100011 0 101000 11001011 1010001 100001

Color Harmonies of #10649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10649A

Black with #10649A

Text Example


Text Example

White with #10649A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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