Html Css Color HEX #0948BC Cobalt

📋 copy color: '#0948BC'

red 9 ◦ green 72 ◦ blue 188

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

Shades of Cobalt #0948BC

Tints of Cobalt #0948BC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.77%

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

R = 3.35%
G = 26.77%
B = 69.89%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0948BC (or 0x0948BC) is known color: Cobalt. HEX triplet: 09, 48 and BC. RGB value is (9,72,188). Sum of RGB (Red+Green+Blue) = 9+72+188=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #0948BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0948BC is #F6B743. Grayscale: #414141. Windows color (decimal): -16168772 or 12339209. OLE color: 12339209.

HSL color Cylindrical-coordinate representation of color #0948BC: hue angle of 218.88º 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 #0948BC is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 72 188 -
CMYK 0.95 0.62 0 0.26
HSL 218.88º 0.91% 0.39% -
HSV(B) 218.88º 0.95% 0.74% -
XYZ 11.51 8.32 48.58 -
YUV 66.39 196.63 87.07 -
System Red Green Blue C M Y K H S L
Decimal 9 72 188 0.95 0.62 0 0.26 218.88 0.91 0.39
Hex 9 48 BC 5F 3E 0 1A DB 5B 27
Octal 11 110 274 137 76 0 32 333 133 47
Binary 1001 1001000 10111100 1011111 111110 0 11010 11011011 1011011 100111

Color Harmonies of #0948BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0948BC

Black with #0948BC

Text Example


Text Example

White with #0948BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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