Html Css Color HEX #0942BC Cobalt

📋 copy color: '#0942BC'

red 9 ◦ green 66 ◦ blue 188

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

Shades of Cobalt #0942BC

Tints of Cobalt #0942BC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.1%

 BLUE value IS 188 (73.83% from 255) = 71.48%

R = 3.42%
G = 25.1%
B = 71.48%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0942BC (or 0x0942BC) is known color: Cobalt. HEX triplet: 09, 42 and BC. RGB value is (9,66,188). Sum of RGB (Red+Green+Blue) = 9+66+188=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #0942BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0942BC is #F6BD43. Grayscale: #3E3E3E. Windows color (decimal): -16170308 or 12337673. OLE color: 12337673.

HSL color Cylindrical-coordinate representation of color #0942BC: hue angle of 220.89º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0942BC is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 66 188 -
CMYK 0.95 0.65 0 0.26
HSL 220.89º 0.91% 0.39% -
HSV(B) 220.89º 0.95% 0.74% -
XYZ 11.14 7.59 48.45 -
YUV 62.87 198.62 89.58 -
System Red Green Blue C M Y K H S L
Decimal 9 66 188 0.95 0.65 0 0.26 220.89 0.91 0.39
Hex 9 42 BC 5F 41 0 1A DD 5B 27
Octal 11 102 274 137 101 0 32 335 133 47
Binary 1001 1000010 10111100 1011111 1000001 0 11010 11011101 1011011 100111

Color Harmonies of #0942BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0942BC

Black with #0942BC

Text Example


Text Example

White with #0942BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0942BC; }

 p { color: rgb(9,66,188); }

 H1.HeaderClassName
 {
   color: #0942BC;
 }
 .AnyTagClassName
 {
   color: #0942BC;
 }
</style>

background-color css

<style>
 a { background-color: #0942BC; }

 a { background-color: rgb(9,66,188); }

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

border-color css

<style>
 span { border-color: #0942BC; }

 span { border-color: rgb(9,66,188); }

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