Html Css Color HEX #10769F Cerulean

📋 copy color: '#10769F'

red 16 ◦ green 118 ◦ blue 159

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

Shades of Cerulean #10769F

Tints of Cerulean #10769F

RGB

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

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

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

R = 5.46%
G = 40.27%
B = 54.27%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10769F (or 0x10769F) is known color: Cerulean. HEX triplet: 10, 76 and 9F. RGB value is (16,118,159). Sum of RGB (Red+Green+Blue) = 16+118+159=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #10769F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10769F is #EF8960. Grayscale: #5B5B5B. Windows color (decimal): -15698273 or 10450448. OLE color: 10450448.

HSL color Cylindrical-coordinate representation of color #10769F: hue angle of 197.2º 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 #10769F is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 118 159 -
CMYK 0.90 0.26 0 0.38
HSL 197.2º 0.82% 0.34% -
HSV(B) 197.2º 0.9% 0.62% -
XYZ 12.95 15.57 35.12 -
YUV 92.18 165.71 73.67 -
System Red Green Blue C M Y K H S L
Decimal 16 118 159 0.90 0.26 0 0.38 197.2 0.82 0.34
Hex 10 76 9F 5A 1A 0 26 C5 52 22
Octal 20 166 237 132 32 0 46 305 122 42
Binary 10000 1110110 10011111 1011010 11010 0 100110 11000101 1010010 100010

Color Harmonies of #10769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10769F

Black with #10769F

Text Example


Text Example

White with #10769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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