Html Css Color HEX #0B41AE Cobalt

📋 copy color: '#0B41AE'

red 11 ◦ green 65 ◦ blue 174

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

Shades of Cobalt #0B41AE

Tints of Cobalt #0B41AE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

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

R = 4.4%
G = 26%
B = 69.6%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0B41AE (or 0x0B41AE) is known color: Cobalt. HEX triplet: 0B, 41 and AE. RGB value is (11,65,174). Sum of RGB (Red+Green+Blue) = 11+65+174=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B41AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B41AE is #F4BE51. Grayscale: #3C3C3C. Windows color (decimal): -16039506 or 11419915. OLE color: 11419915.

HSL color Cylindrical-coordinate representation of color #0B41AE: hue angle of 220.12º 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 #0B41AE is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 11 65 174 -
CMYK 0.94 0.63 0 0.32
HSL 220.12º 0.88% 0.36% -
HSV(B) 220.12º 0.94% 0.68% -
XYZ 9.67 6.91 40.87 -
YUV 61.28 191.61 92.14 -
System Red Green Blue C M Y K H S L
Decimal 11 65 174 0.94 0.63 0 0.32 220.12 0.88 0.36
Hex B 41 AE 5E 3F 0 20 DC 58 24
Octal 13 101 256 136 77 0 40 334 130 44
Binary 1011 1000001 10101110 1011110 111111 0 100000 11011100 1011000 100100

Color Harmonies of #0B41AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B41AE

Black with #0B41AE

Text Example


Text Example

White with #0B41AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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