Html Css Color HEX #10649F Cerulean

📋 copy color: '#10649F'

red 16 ◦ green 100 ◦ blue 159

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

Shades of Cerulean #10649F

Tints of Cerulean #10649F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.82%

R = 5.82%
G = 36.36%
B = 57.82%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10649F (or 0x10649F) is known color: Cerulean. HEX triplet: 10, 64 and 9F. RGB value is (16,100,159). Sum of RGB (Red+Green+Blue) = 16+100+159=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #10649F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10649F is #EF9B60. Grayscale: #515151. Windows color (decimal): -15702881 or 10445840. OLE color: 10445840.

HSL color Cylindrical-coordinate representation of color #10649F: hue angle of 204.76º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10649F is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 100 159 -
CMYK 0.90 0.37 0 0.38
HSL 204.76º 0.82% 0.34% -
HSV(B) 204.76º 0.9% 0.62% -
XYZ 11.03 11.73 34.48 -
YUV 81.61 171.67 81.2 -
System Red Green Blue C M Y K H S L
Decimal 16 100 159 0.90 0.37 0 0.38 204.76 0.82 0.34
Hex 10 64 9F 5A 25 0 26 CD 52 22
Octal 20 144 237 132 45 0 46 315 122 42
Binary 10000 1100100 10011111 1011010 100101 0 100110 11001101 1010010 100010

Color Harmonies of #10649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10649F

Black with #10649F

Text Example


Text Example

White with #10649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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