Html Css Color HEX #0968A0 Cerulean

📋 copy color: '#0968A0'

red 9 ◦ green 104 ◦ blue 160

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

Shades of Cerulean #0968A0

Tints of Cerulean #0968A0

RGB

 RED value IS 9 (3.91% from 255) = 3.3%

 GREEN value IS 104 (41.02% from 255) = 38.1%

 BLUE value IS 160 (62.89% from 255) = 58.61%

R = 3.3%
G = 38.1%
B = 58.61%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0968A0 (or 0x0968A0) is known color: Cerulean. HEX triplet: 09, 68 and A0. RGB value is (9,104,160). Sum of RGB (Red+Green+Blue) = 9+104+160=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #0968A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0968A0 is #F6975F. Grayscale: #515151. Windows color (decimal): -16160608 or 10512393. OLE color: 10512393.

HSL color Cylindrical-coordinate representation of color #0968A0: hue angle of 202.25º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0968A0 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 104 160 -
CMYK 0.94 0.35 0 0.37
HSL 202.25º 0.89% 0.33% -
HSV(B) 202.25º 0.94% 0.63% -
XYZ 11.41 12.5 35.07 -
YUV 81.98 172.03 75.95 -
System Red Green Blue C M Y K H S L
Decimal 9 104 160 0.94 0.35 0 0.37 202.25 0.89 0.33
Hex 9 68 A0 5E 23 0 25 CA 59 21
Octal 11 150 240 136 43 0 45 312 131 41
Binary 1001 1101000 10100000 1011110 100011 0 100101 11001010 1011001 100001

Color Harmonies of #0968A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0968A0

Black with #0968A0

Text Example


Text Example

White with #0968A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0968A0; }

 p { color: rgb(9,104,160); }

 H1.HeaderClassName
 {
   color: #0968A0;
 }
 .AnyTagClassName
 {
   color: #0968A0;
 }
</style>

background-color css

<style>
 a { background-color: #0968A0; }

 a { background-color: rgb(9,104,160); }

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

border-color css

<style>
 span { border-color: #0968A0; }

 span { border-color: rgb(9,104,160); }

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