Html Css Color HEX #0F64CD Navy Blue

📋 copy color: '#0F64CD'

red 15 ◦ green 100 ◦ blue 205

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

Shades of Navy Blue #0F64CD

Tints of Navy Blue #0F64CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.25%

 BLUE value IS 205 (80.47% from 255) = 64.06%

R = 4.69%
G = 31.25%
B = 64.06%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F64CD (or 0x0F64CD) is known color: Navy Blue. HEX triplet: 0F, 64 and CD. RGB value is (15,100,205). Sum of RGB (Red+Green+Blue) = 15+100+205=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F64CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F64CD is #F09B32. Grayscale: #565656. Windows color (decimal): -15768371 or 13460495. OLE color: 13460495.

HSL color Cylindrical-coordinate representation of color #0F64CD: hue angle of 213.16º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F64CD is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 100 205 -
CMYK 0.93 0.51 0 0.20
HSL 213.16º 0.86% 0.43% -
HSV(B) 213.16º 0.93% 0.8% -
XYZ 15.77 13.62 59.56 -
YUV 86.56 194.84 76.96 -
System Red Green Blue C M Y K H S L
Decimal 15 100 205 0.93 0.51 0 0.20 213.16 0.86 0.43
Hex F 64 CD 5D 33 0 14 D5 56 2B
Octal 17 144 315 135 63 0 24 325 126 53
Binary 1111 1100100 11001101 1011101 110011 0 10100 11010101 1010110 101011

Color Harmonies of #0F64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F64CD

Black with #0F64CD

Text Example


Text Example

White with #0F64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,100,205); }

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

background-color css

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

 a { background-color: rgb(15,100,205); }

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

border-color css

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

 span { border-color: rgb(15,100,205); }

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