Html Css Color HEX #10769C Cerulean

📋 copy color: '#10769C'

red 16 ◦ green 118 ◦ blue 156

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

Shades of Cerulean #10769C

Tints of Cerulean #10769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.69%

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

R = 5.52%
G = 40.69%
B = 53.79%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10769C (or 0x10769C) is known color: Cerulean. HEX triplet: 10, 76 and 9C. RGB value is (16,118,156). Sum of RGB (Red+Green+Blue) = 16+118+156=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #10769C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10769C is #EF8963. Grayscale: #5B5B5B. Windows color (decimal): -15698276 or 10253840. OLE color: 10253840.

HSL color Cylindrical-coordinate representation of color #10769C: hue angle of 196.29º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10769C is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 118 156 -
CMYK 0.90 0.24 0 0.39
HSL 196.29º 0.81% 0.34% -
HSV(B) 196.29º 0.9% 0.61% -
XYZ 12.69 15.47 33.77 -
YUV 91.83 164.21 73.91 -
System Red Green Blue C M Y K H S L
Decimal 16 118 156 0.90 0.24 0 0.39 196.29 0.81 0.34
Hex 10 76 9C 5A 18 0 27 C4 51 22
Octal 20 166 234 132 30 0 47 304 121 42
Binary 10000 1110110 10011100 1011010 11000 0 100111 11000100 1010001 100010

Color Harmonies of #10769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10769C

Black with #10769C

Text Example


Text Example

White with #10769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,118,156); }

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

background-color css

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

 a { background-color: rgb(16,118,156); }

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

border-color css

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

 span { border-color: rgb(16,118,156); }

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