Html Css Color HEX #0F4ACF Persian Blue

📋 copy color: '#0F4ACF'

red 15 ◦ green 74 ◦ blue 207

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

Shades of Persian Blue #0F4ACF

Tints of Persian Blue #0F4ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25%

 BLUE value IS 207 (81.25% from 255) = 69.93%

R = 5.07%
G = 25%
B = 69.93%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F4ACF (or 0x0F4ACF) is known color: Persian Blue. HEX triplet: 0F, 4A and CF. RGB value is (15,74,207). Sum of RGB (Red+Green+Blue) = 15+74+207=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F4ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4ACF is #F0B530. Grayscale: #464646. Windows color (decimal): -15775025 or 13584911. OLE color: 13584911.

HSL color Cylindrical-coordinate representation of color #0F4ACF: hue angle of 221.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4ACF is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 74 207 -
CMYK 0.93 0.64 0 0.19
HSL 221.56º 0.86% 0.44% -
HSV(B) 221.56º 0.93% 0.81% -
XYZ 13.91 9.5 60.13 -
YUV 71.52 204.45 87.69 -
System Red Green Blue C M Y K H S L
Decimal 15 74 207 0.93 0.64 0 0.19 221.56 0.86 0.44
Hex F 4A CF 5D 40 0 13 DE 56 2C
Octal 17 112 317 135 100 0 23 336 126 54
Binary 1111 1001010 11001111 1011101 1000000 0 10011 11011110 1010110 101100

Color Harmonies of #0F4ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4ACF

Black with #0F4ACF

Text Example


Text Example

White with #0F4ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,74,207); }

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

background-color css

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

 a { background-color: rgb(15,74,207); }

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

border-color css

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

 span { border-color: rgb(15,74,207); }

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