Html Css Color HEX #0968A1 Cerulean

📋 copy color: '#0968A1'

red 9 ◦ green 104 ◦ blue 161

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

Shades of Cerulean #0968A1

Tints of Cerulean #0968A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 58.76%

R = 3.28%
G = 37.96%
B = 58.76%

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

#0968A1 (or 0x0968A1) is known color: Cerulean. HEX triplet: 09, 68 and A1. RGB value is (9,104,161). Sum of RGB (Red+Green+Blue) = 9+104+161=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 161 (63.28% from 255 or 58.76% from 274); Max value from RGB is 161 - color contains mainly: blue. Hex color #0968A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0968A1 is #F6975E. Grayscale: #515151. Windows color (decimal): -16160607 or 10577929. OLE color: 10577929.

HSL color Cylindrical-coordinate representation of color #0968A1: hue angle of 202.5º 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 #0968A1 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 104 161 -
CMYK 0.94 0.35 0 0.37
HSL 202.5º 0.89% 0.33% -
HSV(B) 202.5º 0.94% 0.63% -
XYZ 11.5 12.53 35.53 -
YUV 82.09 172.53 75.87 -
System Red Green Blue C M Y K H S L
Decimal 9 104 161 0.94 0.35 0 0.37 202.5 0.89 0.33
Hex 9 68 A1 5E 23 0 25 CA 59 21
Octal 11 150 241 136 43 0 45 312 131 41
Binary 1001 1101000 10100001 1011110 100011 0 100101 11001010 1011001 100001

Color Harmonies of #0968A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0968A1

Black with #0968A1

Text Example


Text Example

White with #0968A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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