Html Css Color HEX #0C4BBA Cobalt

📋 copy color: '#0C4BBA'

red 12 ◦ green 75 ◦ blue 186

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

Shades of Cobalt #0C4BBA

Tints of Cobalt #0C4BBA

RGB

 RED value IS 12 (5.08% from 255) = 4.4%

 GREEN value IS 75 (29.69% from 255) = 27.47%

 BLUE value IS 186 (73.05% from 255) = 68.13%

R = 4.4%
G = 27.47%
B = 68.13%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0C4BBA (or 0x0C4BBA) is known color: Cobalt. HEX triplet: 0C, 4B and BA. RGB value is (12,75,186). Sum of RGB (Red+Green+Blue) = 12+75+186=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C4BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4BBA is #F3B445. Grayscale: #444444. Windows color (decimal): -15971398 or 12208908. OLE color: 12208908.

HSL color Cylindrical-coordinate representation of color #0C4BBA: hue angle of 218.28º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C4BBA is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 75 186 -
CMYK 0.94 0.60 0 0.27
HSL 218.28º 0.88% 0.39% -
HSV(B) 218.28º 0.94% 0.73% -
XYZ 11.53 8.66 47.52 -
YUV 68.82 194.13 87.47 -
System Red Green Blue C M Y K H S L
Decimal 12 75 186 0.94 0.60 0 0.27 218.28 0.88 0.39
Hex C 4B BA 5E 3C 0 1B DA 58 27
Octal 14 113 272 136 74 0 33 332 130 47
Binary 1100 1001011 10111010 1011110 111100 0 11011 11011010 1011000 100111

Color Harmonies of #0C4BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4BBA

Black with #0C4BBA

Text Example


Text Example

White with #0C4BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C4BBA; }

 p { color: rgb(12,75,186); }

 H1.HeaderClassName
 {
   color: #0C4BBA;
 }
 .AnyTagClassName
 {
   color: #0C4BBA;
 }
</style>

background-color css

<style>
 a { background-color: #0C4BBA; }

 a { background-color: rgb(12,75,186); }

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

border-color css

<style>
 span { border-color: #0C4BBA; }

 span { border-color: rgb(12,75,186); }

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