Html Css Color HEX #0F6BDC Navy Blue

📋 copy color: '#0F6BDC'

red 15 ◦ green 107 ◦ blue 220

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

Shades of Navy Blue #0F6BDC

Tints of Navy Blue #0F6BDC

RGB

 RED value IS 15 (6.25% from 255) = 4.39%

 GREEN value IS 107 (42.19% from 255) = 31.29%

 BLUE value IS 220 (86.33% from 255) = 64.33%

R = 4.39%
G = 31.29%
B = 64.33%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F6BDC (or 0x0F6BDC) is known color: Navy Blue. HEX triplet: 0F, 6B and DC. RGB value is (15,107,220). Sum of RGB (Red+Green+Blue) = 15+107+220=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F6BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6BDC is #F09423. Grayscale: #5B5B5B. Windows color (decimal): -15766564 or 14445327. OLE color: 14445327.

HSL color Cylindrical-coordinate representation of color #0F6BDC: hue angle of 213.07º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F6BDC is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 107 220 -
CMYK 0.93 0.51 0 0.14
HSL 213.07º 0.87% 0.46% -
HSV(B) 213.07º 0.93% 0.86% -
XYZ 18.37 15.78 69.79 -
YUV 92.37 200.02 72.81 -
System Red Green Blue C M Y K H S L
Decimal 15 107 220 0.93 0.51 0 0.14 213.07 0.87 0.46
Hex F 6B DC 5D 33 0 E D5 57 2E
Octal 17 153 334 135 63 0 16 325 127 56
Binary 1111 1101011 11011100 1011101 110011 0 1110 11010101 1010111 101110

Color Harmonies of #0F6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6BDC

Black with #0F6BDC

Text Example


Text Example

White with #0F6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,107,220); }

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

background-color css

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

 a { background-color: rgb(15,107,220); }

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

border-color css

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

 span { border-color: rgb(15,107,220); }

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