Html Css Color HEX #0969AD Cerulean

📋 copy color: '#0969AD'

red 9 ◦ green 105 ◦ blue 173

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

Shades of Cerulean #0969AD

Tints of Cerulean #0969AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 60.28%

R = 3.14%
G = 36.59%
B = 60.28%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0969AD (or 0x0969AD) is known color: Cerulean. HEX triplet: 09, 69 and AD. RGB value is (9,105,173). Sum of RGB (Red+Green+Blue) = 9+105+173=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #0969AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0969AD is #F69652. Grayscale: #535353. Windows color (decimal): -16160339 or 11364617. OLE color: 11364617.

HSL color Cylindrical-coordinate representation of color #0969AD: hue angle of 204.88º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0969AD is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 105 173 -
CMYK 0.95 0.39 0 0.32
HSL 204.88º 0.9% 0.36% -
HSV(B) 204.88º 0.95% 0.68% -
XYZ 12.71 13.18 41.41 -
YUV 84.05 178.2 74.47 -
System Red Green Blue C M Y K H S L
Decimal 9 105 173 0.95 0.39 0 0.32 204.88 0.9 0.36
Hex 9 69 AD 5F 27 0 20 CD 5A 24
Octal 11 151 255 137 47 0 40 315 132 44
Binary 1001 1101001 10101101 1011111 100111 0 100000 11001101 1011010 100100

Color Harmonies of #0969AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0969AD

Black with #0969AD

Text Example


Text Example

White with #0969AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0969AD; }

 p { color: rgb(9,105,173); }

 H1.HeaderClassName
 {
   color: #0969AD;
 }
 .AnyTagClassName
 {
   color: #0969AD;
 }
</style>

background-color css

<style>
 a { background-color: #0969AD; }

 a { background-color: rgb(9,105,173); }

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

border-color css

<style>
 span { border-color: #0969AD; }

 span { border-color: rgb(9,105,173); }

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