Html Css Color HEX #0B5CEA Navy Blue

📋 copy color: '#0B5CEA'

red 11 ◦ green 92 ◦ blue 234

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

Shades of Navy Blue #0B5CEA

Tints of Navy Blue #0B5CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.3%

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

R = 3.26%
G = 27.3%
B = 69.44%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0B5CEA (or 0x0B5CEA) is known color: Navy Blue. HEX triplet: 0B, 5C and EA. RGB value is (11,92,234). Sum of RGB (Red+Green+Blue) = 11+92+234=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 234 (91.80% from 255 or 69.44% from 337); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B5CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B5CEA is #F4A315. Grayscale: #535353. Windows color (decimal): -16032534 or 15358987. OLE color: 15358987.

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

Color convert

RGB 11 92 234 -
CMYK 0.95 0.61 0 0.08
HSL 218.21º 0.91% 0.48% -
HSV(B) 218.21º 0.95% 0.92% -
XYZ 18.82 13.67 79.49 -
YUV 83.97 212.66 75.95 -
System Red Green Blue C M Y K H S L
Decimal 11 92 234 0.95 0.61 0 0.08 218.21 0.91 0.48
Hex B 5C EA 5F 3D 0 8 DA 5B 30
Octal 13 134 352 137 75 0 10 332 133 60
Binary 1011 1011100 11101010 1011111 111101 0 1000 11011010 1011011 110000

Color Harmonies of #0B5CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5CEA

Black with #0B5CEA

Text Example


Text Example

White with #0B5CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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