Html Css Color HEX #0F53FA Navy Blue

📋 copy color: '#0F53FA'

red 15 ◦ green 83 ◦ blue 250

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

Shades of Navy Blue #0F53FA

Tints of Navy Blue #0F53FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.85%

 BLUE value IS 250 (98.05% from 255) = 71.84%

R = 4.31%
G = 23.85%
B = 71.84%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F53FA (or 0x0F53FA) is known color: Navy Blue. HEX triplet: 0F, 53 and FA. RGB value is (15,83,250). Sum of RGB (Red+Green+Blue) = 15+83+250=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F53FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F53FA is #F0AC05. Grayscale: #505050. Windows color (decimal): -15772678 or 16405263. OLE color: 16405263.

HSL color Cylindrical-coordinate representation of color #0F53FA: hue angle of 222.64º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F53FA is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 83 250 -
CMYK 0.94 0.67 0 0.02
HSL 222.64º 0.96% 0.52% -
HSV(B) 222.64º 0.94% 0.98% -
XYZ 20.55 13.19 91.91 -
YUV 81.71 222.97 80.42 -
System Red Green Blue C M Y K H S L
Decimal 15 83 250 0.94 0.67 0 0.02 222.64 0.96 0.52
Hex F 53 FA 5E 43 0 2 DF 60 34
Octal 17 123 372 136 103 0 2 337 140 64
Binary 1111 1010011 11111010 1011110 1000011 0 10 11011111 1100000 110100

Color Harmonies of #0F53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F53FA

Black with #0F53FA

Text Example


Text Example

White with #0F53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,83,250); }

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

background-color css

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

 a { background-color: rgb(15,83,250); }

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

border-color css

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

 span { border-color: rgb(15,83,250); }

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