Html Css Color HEX #0A3FE4 Persian Blue

📋 copy color: '#0A3FE4'

red 10 ◦ green 63 ◦ blue 228

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

Shades of Persian Blue #0A3FE4

Tints of Persian Blue #0A3FE4

RGB

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

 GREEN value IS 63 (25% from 255) = 20.93%

 BLUE value IS 228 (89.45% from 255) = 75.75%

R = 3.32%
G = 20.93%
B = 75.75%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0A3FE4 (or 0x0A3FE4) is known color: Persian Blue. HEX triplet: 0A, 3F and E4. RGB value is (10,63,228). Sum of RGB (Red+Green+Blue) = 10+63+228=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 228 (89.45% from 255 or 75.75% from 301); Max value from RGB is 228 - color contains mainly: blue. Hex color #0A3FE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3FE4 is #F5C01B. Grayscale: #414141. Windows color (decimal): -16105500 or 14958346. OLE color: 14958346.

HSL color Cylindrical-coordinate representation of color #0A3FE4: hue angle of 225.41º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A3FE4 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 10 63 228 -
CMYK 0.96 0.72 0 0.11
HSL 225.41º 0.92% 0.47% -
HSV(B) 225.41º 0.96% 0.89% -
XYZ 15.91 9.22 74.34 -
YUV 65.96 219.44 88.08 -
System Red Green Blue C M Y K H S L
Decimal 10 63 228 0.96 0.72 0 0.11 225.41 0.92 0.47
Hex A 3F E4 60 48 0 B E1 5C 2F
Octal 12 77 344 140 110 0 13 341 134 57
Binary 1010 111111 11100100 1100000 1001000 0 1011 11100001 1011100 101111

Color Harmonies of #0A3FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3FE4

Black with #0A3FE4

Text Example


Text Example

White with #0A3FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,63,228); }

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

background-color css

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

 a { background-color: rgb(10,63,228); }

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

border-color css

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

 span { border-color: rgb(10,63,228); }

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