Html Css Color HEX #10699F Cerulean

📋 copy color: '#10699F'

red 16 ◦ green 105 ◦ blue 159

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

Shades of Cerulean #10699F

Tints of Cerulean #10699F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.5%

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

R = 5.71%
G = 37.5%
B = 56.79%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10699F (or 0x10699F) is known color: Cerulean. HEX triplet: 10, 69 and 9F. RGB value is (16,105,159). Sum of RGB (Red+Green+Blue) = 16+105+159=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #10699F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10699F is #EF9660. Grayscale: #545454. Windows color (decimal): -15701601 or 10447120. OLE color: 10447120.

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

Color convert

RGB 16 105 159 -
CMYK 0.90 0.34 0 0.38
HSL 202.66º 0.82% 0.34% -
HSV(B) 202.66º 0.9% 0.62% -
XYZ 11.52 12.72 34.65 -
YUV 84.55 170.01 79.11 -
System Red Green Blue C M Y K H S L
Decimal 16 105 159 0.90 0.34 0 0.38 202.66 0.82 0.34
Hex 10 69 9F 5A 22 0 26 CB 52 22
Octal 20 151 237 132 42 0 46 313 122 42
Binary 10000 1101001 10011111 1011010 100010 0 100110 11001011 1010010 100010

Color Harmonies of #10699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10699F

Black with #10699F

Text Example


Text Example

White with #10699F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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