Html Css Color HEX #10669D Cerulean

📋 copy color: '#10669D'

red 16 ◦ green 102 ◦ blue 157

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

Shades of Cerulean #10669D

Tints of Cerulean #10669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.09%

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

R = 5.82%
G = 37.09%
B = 57.09%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10669D (or 0x10669D) is known color: Cerulean. HEX triplet: 10, 66 and 9D. RGB value is (16,102,157). Sum of RGB (Red+Green+Blue) = 16+102+157=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #10669D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10669D is #EF9962. Grayscale: #525252. Windows color (decimal): -15702371 or 10315280. OLE color: 10315280.

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

Color convert

RGB 16 102 157 -
CMYK 0.90 0.35 0 0.38
HSL 203.4º 0.82% 0.34% -
HSV(B) 203.4º 0.9% 0.62% -
XYZ 11.05 12.05 33.64 -
YUV 82.56 170.01 80.53 -
System Red Green Blue C M Y K H S L
Decimal 16 102 157 0.90 0.35 0 0.38 203.4 0.82 0.34
Hex 10 66 9D 5A 23 0 26 CB 52 22
Octal 20 146 235 132 43 0 46 313 122 42
Binary 10000 1100110 10011101 1011010 100011 0 100110 11001011 1010010 100010

Color Harmonies of #10669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10669D

Black with #10669D

Text Example


Text Example

White with #10669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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