Html Css Color HEX #0F61EA Navy Blue

📋 copy color: '#0F61EA'

red 15 ◦ green 97 ◦ blue 234

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

Shades of Navy Blue #0F61EA

Tints of Navy Blue #0F61EA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.03%

 BLUE value IS 234 (91.8% from 255) = 67.63%

R = 4.34%
G = 28.03%
B = 67.63%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0F61EA (or 0x0F61EA) is known color: Navy Blue. HEX triplet: 0F, 61 and EA. RGB value is (15,97,234). Sum of RGB (Red+Green+Blue) = 15+97+234=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #0F61EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F61EA is #F09E15. Grayscale: #575757. Windows color (decimal): -15769110 or 15360271. OLE color: 15360271.

HSL color Cylindrical-coordinate representation of color #0F61EA: hue angle of 217.53º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F61EA is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 97 234 -
CMYK 0.94 0.59 0 0.08
HSL 217.53º 0.88% 0.49% -
HSV(B) 217.53º 0.94% 0.92% -
XYZ 19.32 14.59 79.64 -
YUV 88.1 210.33 75.86 -
System Red Green Blue C M Y K H S L
Decimal 15 97 234 0.94 0.59 0 0.08 217.53 0.88 0.49
Hex F 61 EA 5E 3B 0 8 DA 58 31
Octal 17 141 352 136 73 0 10 332 130 61
Binary 1111 1100001 11101010 1011110 111011 0 1000 11011010 1011000 110001

Color Harmonies of #0F61EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F61EA

Black with #0F61EA

Text Example


Text Example

White with #0F61EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,97,234); }

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

background-color css

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

 a { background-color: rgb(15,97,234); }

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

border-color css

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

 span { border-color: rgb(15,97,234); }

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