Html Css Color HEX #0F6FEA Navy Blue

📋 copy color: '#0F6FEA'

red 15 ◦ green 111 ◦ blue 234

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

Shades of Navy Blue #0F6FEA

Tints of Navy Blue #0F6FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.83%

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

R = 4.17%
G = 30.83%
B = 65%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0F6FEA (or 0x0F6FEA) is known color: Navy Blue. HEX triplet: 0F, 6F and EA. RGB value is (15,111,234). Sum of RGB (Red+Green+Blue) = 15+111+234=360 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.17% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #0F6FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F6FEA is #F09015. Grayscale: #5F5F5F. Windows color (decimal): -15765526 or 15363855. OLE color: 15363855.

HSL color Cylindrical-coordinate representation of color #0F6FEA: hue angle of 213.7º 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 #0F6FEA is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 111 234 -
CMYK 0.94 0.53 0 0.08
HSL 213.7º 0.88% 0.49% -
HSV(B) 213.7º 0.94% 0.92% -
XYZ 20.73 17.41 80.11 -
YUV 96.32 205.7 70 -
System Red Green Blue C M Y K H S L
Decimal 15 111 234 0.94 0.53 0 0.08 213.7 0.88 0.49
Hex F 6F EA 5E 35 0 8 D6 58 31
Octal 17 157 352 136 65 0 10 326 130 61
Binary 1111 1101111 11101010 1011110 110101 0 1000 11010110 1011000 110001

Color Harmonies of #0F6FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6FEA

Black with #0F6FEA

Text Example


Text Example

White with #0F6FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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