Html Css Color HEX #0B72EA Navy Blue

📋 copy color: '#0B72EA'

red 11 ◦ green 114 ◦ blue 234

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

Shades of Navy Blue #0B72EA

Tints of Navy Blue #0B72EA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

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

R = 3.06%
G = 31.75%
B = 65.18%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0B72EA (or 0x0B72EA) is known color: Navy Blue. HEX triplet: 0B, 72 and EA. RGB value is (11,114,234). Sum of RGB (Red+Green+Blue) = 11+114+234=359 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B72EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B72EA is #F48D15. Grayscale: #606060. Windows color (decimal): -16026902 or 15364619. OLE color: 15364619.

HSL color Cylindrical-coordinate representation of color #0B72EA: hue angle of 212.29º 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 #0B72EA is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 114 234 -
CMYK 0.95 0.51 0 0.08
HSL 212.29º 0.91% 0.48% -
HSV(B) 212.29º 0.95% 0.92% -
XYZ 21.01 18.05 80.22 -
YUV 96.88 205.38 66.74 -
System Red Green Blue C M Y K H S L
Decimal 11 114 234 0.95 0.51 0 0.08 212.29 0.91 0.48
Hex B 72 EA 5F 33 0 8 D4 5B 30
Octal 13 162 352 137 63 0 10 324 133 60
Binary 1011 1110010 11101010 1011111 110011 0 1000 11010100 1011011 110000

Color Harmonies of #0B72EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B72EA

Black with #0B72EA

Text Example


Text Example

White with #0B72EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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