Html Css Color HEX #0D54F9 Navy Blue

📋 copy color: '#0D54F9'

red 13 ◦ green 84 ◦ blue 249

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

Shades of Navy Blue #0D54F9

Tints of Navy Blue #0D54F9

RGB

 RED value IS 13 (5.47% from 255) = 3.76%

 GREEN value IS 84 (33.2% from 255) = 24.28%

 BLUE value IS 249 (97.66% from 255) = 71.97%

R = 3.76%
G = 24.28%
B = 71.97%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0D54F9 (or 0x0D54F9) is known color: Navy Blue. HEX triplet: 0D, 54 and F9. RGB value is (13,84,249). Sum of RGB (Red+Green+Blue) = 13+84+249=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 249 (97.66% from 255 or 71.97% from 346); Max value from RGB is 249 - color contains mainly: blue. Hex color #0D54F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D54F9 is #F2AB06. Grayscale: #505050. Windows color (decimal): -15903495 or 16339981. OLE color: 16339981.

HSL color Cylindrical-coordinate representation of color #0D54F9: hue angle of 221.95º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D54F9 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 84 249 -
CMYK 0.95 0.66 0 0.02
HSL 221.95º 0.95% 0.51% -
HSV(B) 221.95º 0.95% 0.98% -
XYZ 20.44 13.27 91.11 -
YUV 81.58 222.48 79.08 -
System Red Green Blue C M Y K H S L
Decimal 13 84 249 0.95 0.66 0 0.02 221.95 0.95 0.51
Hex D 54 F9 5F 42 0 2 DE 5F 33
Octal 15 124 371 137 102 0 2 336 137 63
Binary 1101 1010100 11111001 1011111 1000010 0 10 11011110 1011111 110011

Color Harmonies of #0D54F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D54F9

Black with #0D54F9

Text Example


Text Example

White with #0D54F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,84,249); }

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

background-color css

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

 a { background-color: rgb(13,84,249); }

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

border-color css

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

 span { border-color: rgb(13,84,249); }

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