Html Css Color HEX #0962A3 Cerulean

📋 copy color: '#0962A3'

red 9 ◦ green 98 ◦ blue 163

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

Shades of Cerulean #0962A3

Tints of Cerulean #0962A3

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.3%

 BLUE value IS 163 (64.06% from 255) = 60.37%

R = 3.33%
G = 36.3%
B = 60.37%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0962A3 (or 0x0962A3) is known color: Cerulean. HEX triplet: 09, 62 and A3. RGB value is (9,98,163). Sum of RGB (Red+Green+Blue) = 9+98+163=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 163 (64.06% from 255 or 60.37% from 270); Max value from RGB is 163 - color contains mainly: blue. Hex color #0962A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0962A3 is #F69D5C. Grayscale: #4E4E4E. Windows color (decimal): -16162141 or 10707465. OLE color: 10707465.

HSL color Cylindrical-coordinate representation of color #0962A3: hue angle of 205.32º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0962A3 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 98 163 -
CMYK 0.94 0.40 0 0.36
HSL 205.32º 0.9% 0.34% -
HSV(B) 205.32º 0.94% 0.64% -
XYZ 11.09 11.44 36.27 -
YUV 78.8 175.51 78.21 -
System Red Green Blue C M Y K H S L
Decimal 9 98 163 0.94 0.40 0 0.36 205.32 0.9 0.34
Hex 9 62 A3 5E 28 0 24 CD 5A 22
Octal 11 142 243 136 50 0 44 315 132 42
Binary 1001 1100010 10100011 1011110 101000 0 100100 11001101 1011010 100010

Color Harmonies of #0962A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0962A3

Black with #0962A3

Text Example


Text Example

White with #0962A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0962A3; }

 p { color: rgb(9,98,163); }

 H1.HeaderClassName
 {
   color: #0962A3;
 }
 .AnyTagClassName
 {
   color: #0962A3;
 }
</style>

background-color css

<style>
 a { background-color: #0962A3; }

 a { background-color: rgb(9,98,163); }

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

border-color css

<style>
 span { border-color: #0962A3; }

 span { border-color: rgb(9,98,163); }

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