Html Css Color HEX #0F65EC Navy Blue

📋 copy color: '#0F65EC'

red 15 ◦ green 101 ◦ blue 236

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

Shades of Navy Blue #0F65EC

Tints of Navy Blue #0F65EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.69%

 BLUE value IS 236 (92.58% from 255) = 67.05%

R = 4.26%
G = 28.69%
B = 67.05%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0F65EC (or 0x0F65EC) is known color: Navy Blue. HEX triplet: 0F, 65 and EC. RGB value is (15,101,236). Sum of RGB (Red+Green+Blue) = 15+101+236=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #0F65EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F65EC is #F09A13. Grayscale: #5A5A5A. Windows color (decimal): -15768084 or 15492367. OLE color: 15492367.

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

Color convert

RGB 15 101 236 -
CMYK 0.94 0.57 0 0.07
HSL 216.65º 0.88% 0.49% -
HSV(B) 216.65º 0.94% 0.93% -
XYZ 19.99 15.47 81.29 -
YUV 90.68 210.01 74.02 -
System Red Green Blue C M Y K H S L
Decimal 15 101 236 0.94 0.57 0 0.07 216.65 0.88 0.49
Hex F 65 EC 5E 39 0 7 D9 58 31
Octal 17 145 354 136 71 0 7 331 130 61
Binary 1111 1100101 11101100 1011110 111001 0 111 11011001 1011000 110001

Color Harmonies of #0F65EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F65EC

Black with #0F65EC

Text Example


Text Example

White with #0F65EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,101,236); }

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

background-color css

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

 a { background-color: rgb(15,101,236); }

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

border-color css

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

 span { border-color: rgb(15,101,236); }

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