Html Css Color HEX #0B4AAE Cobalt

📋 copy color: '#0B4AAE'

red 11 ◦ green 74 ◦ blue 174

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

Shades of Cobalt #0B4AAE

Tints of Cobalt #0B4AAE

RGB

 RED value IS 11 (4.69% from 255) = 4.25%

 GREEN value IS 74 (29.3% from 255) = 28.57%

 BLUE value IS 174 (68.36% from 255) = 67.18%

R = 4.25%
G = 28.57%
B = 67.18%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0B4AAE (or 0x0B4AAE) is known color: Cobalt. HEX triplet: 0B, 4A and AE. RGB value is (11,74,174). Sum of RGB (Red+Green+Blue) = 11+74+174=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B4AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4AAE is #F4B551. Grayscale: #424242. Windows color (decimal): -16037202 or 11422219. OLE color: 11422219.

HSL color Cylindrical-coordinate representation of color #0B4AAE: hue angle of 216.81º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B4AAE is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 11 74 174 -
CMYK 0.94 0.57 0 0.32
HSL 216.81º 0.88% 0.36% -
HSV(B) 216.81º 0.94% 0.68% -
XYZ 10.23 8.02 41.05 -
YUV 66.56 188.63 88.37 -
System Red Green Blue C M Y K H S L
Decimal 11 74 174 0.94 0.57 0 0.32 216.81 0.88 0.36
Hex B 4A AE 5E 39 0 20 D9 58 24
Octal 13 112 256 136 71 0 40 331 130 44
Binary 1011 1001010 10101110 1011110 111001 0 100000 11011001 1011000 100100

Color Harmonies of #0B4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4AAE

Black with #0B4AAE

Text Example


Text Example

White with #0B4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,74,174); }

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

background-color css

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

 a { background-color: rgb(11,74,174); }

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

border-color css

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

 span { border-color: rgb(11,74,174); }

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