Html Css Color HEX #0A3CCA Persian Blue

📋 copy color: '#0A3CCA'

red 10 ◦ green 60 ◦ blue 202

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

Shades of Persian Blue #0A3CCA

Tints of Persian Blue #0A3CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 74.26%

R = 3.68%
G = 22.06%
B = 74.26%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0A3CCA (or 0x0A3CCA) is known color: Persian Blue. HEX triplet: 0A, 3C and CA. RGB value is (10,60,202). Sum of RGB (Red+Green+Blue) = 10+60+202=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 202 (79.30% from 255 or 74.26% from 272); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A3CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3CCA is #F5C335. Grayscale: #3C3C3C. Windows color (decimal): -16106294 or 13253642. OLE color: 13253642.

HSL color Cylindrical-coordinate representation of color #0A3CCA: hue angle of 224.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A3CCA is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 10 60 202 -
CMYK 0.95 0.70 0 0.21
HSL 224.38º 0.91% 0.42% -
HSV(B) 224.38º 0.95% 0.79% -
XYZ 12.4 7.56 56.68 -
YUV 61.24 207.44 91.45 -
System Red Green Blue C M Y K H S L
Decimal 10 60 202 0.95 0.70 0 0.21 224.38 0.91 0.42
Hex A 3C CA 5F 46 0 15 E0 5B 2A
Octal 12 74 312 137 106 0 25 340 133 52
Binary 1010 111100 11001010 1011111 1000110 0 10101 11100000 1011011 101010

Color Harmonies of #0A3CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3CCA

Black with #0A3CCA

Text Example


Text Example

White with #0A3CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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