Html Css Color HEX #10699D Cerulean

📋 copy color: '#10699D'

red 16 ◦ green 105 ◦ blue 157

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

Shades of Cerulean #10699D

Tints of Cerulean #10699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.47%

R = 5.76%
G = 37.77%
B = 56.47%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10699D (or 0x10699D) is known color: Cerulean. HEX triplet: 10, 69 and 9D. RGB value is (16,105,157). Sum of RGB (Red+Green+Blue) = 16+105+157=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #10699D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10699D is #EF9662. Grayscale: #545454. Windows color (decimal): -15701603 or 10316048. OLE color: 10316048.

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

Color convert

RGB 16 105 157 -
CMYK 0.90 0.33 0 0.38
HSL 202.13º 0.82% 0.34% -
HSV(B) 202.13º 0.9% 0.62% -
XYZ 11.35 12.65 33.74 -
YUV 84.32 169.01 79.27 -
System Red Green Blue C M Y K H S L
Decimal 16 105 157 0.90 0.33 0 0.38 202.13 0.82 0.34
Hex 10 69 9D 5A 21 0 26 CA 52 22
Octal 20 151 235 132 41 0 46 312 122 42
Binary 10000 1101001 10011101 1011010 100001 0 100110 11001010 1010010 100010

Color Harmonies of #10699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10699D

Black with #10699D

Text Example


Text Example

White with #10699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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