Html Css Color HEX #0A2FCF Persian Blue

📋 copy color: '#0A2FCF'

red 10 ◦ green 47 ◦ blue 207

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

Shades of Persian Blue #0A2FCF

Tints of Persian Blue #0A2FCF

RGB

 RED value IS 10 (4.3% from 255) = 3.79%

 GREEN value IS 47 (18.75% from 255) = 17.8%

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

R = 3.79%
G = 17.8%
B = 78.41%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0A2FCF (or 0x0A2FCF) is known color: Persian Blue. HEX triplet: 0A, 2F and CF. RGB value is (10,47,207). Sum of RGB (Red+Green+Blue) = 10+47+207=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 207 (81.25% from 255 or 78.41% from 264); Max value from RGB is 207 - color contains mainly: blue. Hex color #0A2FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2FCF is #F5D030. Grayscale: #353535. Windows color (decimal): -16109617 or 13577994. OLE color: 13577994.

HSL color Cylindrical-coordinate representation of color #0A2FCF: hue angle of 228.73º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A2FCF is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 47 207 -
CMYK 0.95 0.77 0 0.19
HSL 228.73º 0.91% 0.43% -
HSV(B) 228.73º 0.95% 0.81% -
XYZ 12.4 6.6 59.65 -
YUV 54.18 214.24 96.49 -
System Red Green Blue C M Y K H S L
Decimal 10 47 207 0.95 0.77 0 0.19 228.73 0.91 0.43
Hex A 2F CF 5F 4D 0 13 E5 5B 2B
Octal 12 57 317 137 115 0 23 345 133 53
Binary 1010 101111 11001111 1011111 1001101 0 10011 11100101 1011011 101011

Color Harmonies of #0A2FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2FCF

Black with #0A2FCF

Text Example


Text Example

White with #0A2FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,47,207); }

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

background-color css

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

 a { background-color: rgb(10,47,207); }

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

border-color css

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

 span { border-color: rgb(10,47,207); }

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