Html Css Color HEX #0B7DDF Navy Blue

📋 copy color: '#0B7DDF'

red 11 ◦ green 125 ◦ blue 223

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

Shades of Navy Blue #0B7DDF

Tints of Navy Blue #0B7DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.82%

 BLUE value IS 223 (87.5% from 255) = 62.12%

R = 3.06%
G = 34.82%
B = 62.12%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B7DDF (or 0x0B7DDF) is known color: Navy Blue. HEX triplet: 0B, 7D and DF. RGB value is (11,125,223). Sum of RGB (Red+Green+Blue) = 11+125+223=359 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B7DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B7DDF is #F48220. Grayscale: #656565. Windows color (decimal): -16024097 or 14646539. OLE color: 14646539.

HSL color Cylindrical-coordinate representation of color #0B7DDF: hue angle of 207.74º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B7DDF is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 125 223 -
CMYK 0.95 0.44 0 0.13
HSL 207.74º 0.91% 0.46% -
HSV(B) 207.74º 0.95% 0.87% -
XYZ 20.79 20.07 72.59 -
YUV 102.09 196.23 63.03 -
System Red Green Blue C M Y K H S L
Decimal 11 125 223 0.95 0.44 0 0.13 207.74 0.91 0.46
Hex B 7D DF 5F 2C 0 D D0 5B 2E
Octal 13 175 337 137 54 0 15 320 133 56
Binary 1011 1111101 11011111 1011111 101100 0 1101 11010000 1011011 101110

Color Harmonies of #0B7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7DDF

Black with #0B7DDF

Text Example


Text Example

White with #0B7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,125,223); }

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

background-color css

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

 a { background-color: rgb(11,125,223); }

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

border-color css

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

 span { border-color: rgb(11,125,223); }

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