Html Css Color HEX #0B7FCA Navy Blue

📋 copy color: '#0B7FCA'

red 11 ◦ green 127 ◦ blue 202

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

Shades of Navy Blue #0B7FCA

Tints of Navy Blue #0B7FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 37.35%

 BLUE value IS 202 (79.3% from 255) = 59.41%

R = 3.24%
G = 37.35%
B = 59.41%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0B7FCA (or 0x0B7FCA) is known color: Navy Blue. HEX triplet: 0B, 7F and CA. RGB value is (11,127,202). Sum of RGB (Red+Green+Blue) = 11+127+202=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #0B7FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B7FCA is #F48035. Grayscale: #646464. Windows color (decimal): -16023606 or 13270795. OLE color: 13270795.

HSL color Cylindrical-coordinate representation of color #0B7FCA: hue angle of 203.56º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B7FCA is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 11 127 202 -
CMYK 0.95 0.37 0 0.21
HSL 203.56º 0.9% 0.42% -
HSV(B) 203.56º 0.95% 0.79% -
XYZ 18.39 19.51 58.67 -
YUV 100.87 185.07 63.9 -
System Red Green Blue C M Y K H S L
Decimal 11 127 202 0.95 0.37 0 0.21 203.56 0.9 0.42
Hex B 7F CA 5F 25 0 15 CC 5A 2A
Octal 13 177 312 137 45 0 25 314 132 52
Binary 1011 1111111 11001010 1011111 100101 0 10101 11001100 1011010 101010

Color Harmonies of #0B7FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7FCA

Black with #0B7FCA

Text Example


Text Example

White with #0B7FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,127,202); }

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

background-color css

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

 a { background-color: rgb(11,127,202); }

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

border-color css

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

 span { border-color: rgb(11,127,202); }

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