Html Css Color HEX #0B73EA Navy Blue

📋 copy color: '#0B73EA'

red 11 ◦ green 115 ◦ blue 234

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

Shades of Navy Blue #0B73EA

Tints of Navy Blue #0B73EA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.94%

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

R = 3.06%
G = 31.94%
B = 65%

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

#0B73EA (or 0x0B73EA) is known color: Navy Blue. HEX triplet: 0B, 73 and EA. RGB value is (11,115,234). Sum of RGB (Red+Green+Blue) = 11+115+234=360 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B73EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B73EA is #F48C15. Grayscale: #606060. Windows color (decimal): -16026646 or 15364875. OLE color: 15364875.

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

Color convert

RGB 11 115 234 -
CMYK 0.95 0.51 0 0.08
HSL 212.02º 0.91% 0.48% -
HSV(B) 212.02º 0.95% 0.92% -
XYZ 21.12 18.27 80.26 -
YUV 97.47 205.04 66.32 -
System Red Green Blue C M Y K H S L
Decimal 11 115 234 0.95 0.51 0 0.08 212.02 0.91 0.48
Hex B 73 EA 5F 33 0 8 D4 5B 30
Octal 13 163 352 137 63 0 10 324 133 60
Binary 1011 1110011 11101010 1011111 110011 0 1000 11010100 1011011 110000

Color Harmonies of #0B73EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B73EA

Black with #0B73EA

Text Example


Text Example

White with #0B73EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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