Html Css Color HEX #0B4CEA Navy Blue

📋 copy color: '#0B4CEA'

red 11 ◦ green 76 ◦ blue 234

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

Shades of Navy Blue #0B4CEA

Tints of Navy Blue #0B4CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.68%

 BLUE value IS 234 (91.8% from 255) = 72.9%

R = 3.43%
G = 23.68%
B = 72.9%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0B4CEA (or 0x0B4CEA) is known color: Navy Blue. HEX triplet: 0B, 4C and EA. RGB value is (11,76,234). Sum of RGB (Red+Green+Blue) = 11+76+234=321 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.43% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 234 (91.80% from 255 or 72.90% from 321); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B4CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B4CEA is #F4B315. Grayscale: #494949. Windows color (decimal): -16036630 or 15354891. OLE color: 15354891.

HSL color Cylindrical-coordinate representation of color #0B4CEA: hue angle of 222.51º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B4CEA is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 76 234 -
CMYK 0.95 0.68 0 0.08
HSL 222.51º 0.91% 0.48% -
HSV(B) 222.51º 0.95% 0.92% -
XYZ 17.57 11.18 79.07 -
YUV 74.58 217.97 82.65 -
System Red Green Blue C M Y K H S L
Decimal 11 76 234 0.95 0.68 0 0.08 222.51 0.91 0.48
Hex B 4C EA 5F 44 0 8 DF 5B 30
Octal 13 114 352 137 104 0 10 337 133 60
Binary 1011 1001100 11101010 1011111 1000100 0 1000 11011111 1011011 110000

Color Harmonies of #0B4CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4CEA

Black with #0B4CEA

Text Example


Text Example

White with #0B4CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,76,234); }

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

background-color css

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

 a { background-color: rgb(11,76,234); }

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

border-color css

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

 span { border-color: rgb(11,76,234); }

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