Html Css Color HEX #0A699D Cerulean

📋 copy color: '#0A699D'

red 10 ◦ green 105 ◦ blue 157

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

Shades of Cerulean #0A699D

Tints of Cerulean #0A699D

RGB

 RED value IS 10 (4.3% from 255) = 3.68%

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

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

R = 3.68%
G = 38.6%
B = 57.72%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A699D (or 0x0A699D) is known color: Cerulean. HEX triplet: 0A, 69 and 9D. RGB value is (10,105,157). Sum of RGB (Red+Green+Blue) = 10+105+157=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A699D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A699D is #F59662. Grayscale: #525252. Windows color (decimal): -16094819 or 10316042. OLE color: 10316042.

HSL color Cylindrical-coordinate representation of color #0A699D: hue angle of 201.22º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A699D is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 105 157 -
CMYK 0.94 0.33 0 0.38
HSL 201.22º 0.88% 0.33% -
HSV(B) 201.22º 0.94% 0.62% -
XYZ 11.26 12.6 33.74 -
YUV 82.52 170.03 76.27 -
System Red Green Blue C M Y K H S L
Decimal 10 105 157 0.94 0.33 0 0.38 201.22 0.88 0.33
Hex A 69 9D 5E 21 0 26 C9 58 21
Octal 12 151 235 136 41 0 46 311 130 41
Binary 1010 1101001 10011101 1011110 100001 0 100110 11001001 1011000 100001

Color Harmonies of #0A699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A699D

Black with #0A699D

Text Example


Text Example

White with #0A699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A699D; }

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

 H1.HeaderClassName
 {
   color: #0A699D;
 }
 .AnyTagClassName
 {
   color: #0A699D;
 }
</style>

background-color css

<style>
 a { background-color: #0A699D; }

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

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

border-color css

<style>
 span { border-color: #0A699D; }

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

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