Html Css Color HEX #0A3CEA Persian Blue

📋 copy color: '#0A3CEA'

red 10 ◦ green 60 ◦ blue 234

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

Shades of Persian Blue #0A3CEA

Tints of Persian Blue #0A3CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.74%

 BLUE value IS 234 (91.8% from 255) = 76.97%

R = 3.29%
G = 19.74%
B = 76.97%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0A3CEA (or 0x0A3CEA) is known color: Persian Blue. HEX triplet: 0A, 3C and EA. RGB value is (10,60,234). Sum of RGB (Red+Green+Blue) = 10+60+234=304 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.29% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 234 (91.80% from 255 or 76.97% from 304); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A3CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3CEA is #F5C315. Grayscale: #404040. Windows color (decimal): -16106262 or 15350794. OLE color: 15350794.

HSL color Cylindrical-coordinate representation of color #0A3CEA: hue angle of 226.61º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A3CEA is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 10 60 234 -
CMYK 0.96 0.74 0 0.08
HSL 226.61º 0.92% 0.48% -
HSV(B) 226.61º 0.96% 0.92% -
XYZ 16.59 9.24 78.75 -
YUV 64.89 223.44 88.85 -
System Red Green Blue C M Y K H S L
Decimal 10 60 234 0.96 0.74 0 0.08 226.61 0.92 0.48
Hex A 3C EA 60 4A 0 8 E3 5C 30
Octal 12 74 352 140 112 0 10 343 134 60
Binary 1010 111100 11101010 1100000 1001010 0 1000 11100011 1011100 110000

Color Harmonies of #0A3CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3CEA

Black with #0A3CEA

Text Example


Text Example

White with #0A3CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,60,234); }

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

background-color css

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

 a { background-color: rgb(10,60,234); }

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

border-color css

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

 span { border-color: rgb(10,60,234); }

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