Html Css Color HEX #0F75DB Navy Blue

📋 copy color: '#0F75DB'

red 15 ◦ green 117 ◦ blue 219

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

Shades of Navy Blue #0F75DB

Tints of Navy Blue #0F75DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

 BLUE value IS 219 (85.94% from 255) = 62.39%

R = 4.27%
G = 33.33%
B = 62.39%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F75DB (or 0x0F75DB) is known color: Navy Blue. HEX triplet: 0F, 75 and DB. RGB value is (15,117,219). Sum of RGB (Red+Green+Blue) = 15+117+219=351 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.27% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F75DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F75DB is #F08A24. Grayscale: #616161. Windows color (decimal): -15764005 or 14382351. OLE color: 14382351.

HSL color Cylindrical-coordinate representation of color #0F75DB: hue angle of 210º 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 #0F75DB is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 117 219 -
CMYK 0.93 0.47 0 0.14
HSL 210º 0.87% 0.46% -
HSV(B) 210º 0.93% 0.86% -
XYZ 19.34 17.94 69.46 -
YUV 98.13 196.21 68.71 -
System Red Green Blue C M Y K H S L
Decimal 15 117 219 0.93 0.47 0 0.14 210 0.87 0.46
Hex F 75 DB 5D 2F 0 E D2 57 2E
Octal 17 165 333 135 57 0 16 322 127 56
Binary 1111 1110101 11011011 1011101 101111 0 1110 11010010 1010111 101110

Color Harmonies of #0F75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F75DB

Black with #0F75DB

Text Example


Text Example

White with #0F75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,117,219); }

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

background-color css

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

 a { background-color: rgb(15,117,219); }

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

border-color css

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

 span { border-color: rgb(15,117,219); }

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