Html Css Color HEX #0A3BC9 Persian Blue

📋 copy color: '#0A3BC9'

red 10 ◦ green 59 ◦ blue 201

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

Shades of Persian Blue #0A3BC9

Tints of Persian Blue #0A3BC9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.85%

 BLUE value IS 201 (78.91% from 255) = 74.44%

R = 3.7%
G = 21.85%
B = 74.44%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0A3BC9 (or 0x0A3BC9) is known color: Persian Blue. HEX triplet: 0A, 3B and C9. RGB value is (10,59,201). Sum of RGB (Red+Green+Blue) = 10+59+201=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 201 (78.91% from 255 or 74.44% from 270); Max value from RGB is 201 - color contains mainly: blue. Hex color #0A3BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3BC9 is #F5C436. Grayscale: #3B3B3B. Windows color (decimal): -16106551 or 13187850. OLE color: 13187850.

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

Color convert

RGB 10 59 201 -
CMYK 0.95 0.71 0 0.21
HSL 224.61º 0.91% 0.41% -
HSV(B) 224.61º 0.95% 0.79% -
XYZ 12.23 7.41 56.04 -
YUV 60.54 207.27 91.95 -
System Red Green Blue C M Y K H S L
Decimal 10 59 201 0.95 0.71 0 0.21 224.61 0.91 0.41
Hex A 3B C9 5F 47 0 15 E1 5B 29
Octal 12 73 311 137 107 0 25 341 133 51
Binary 1010 111011 11001001 1011111 1000111 0 10101 11100001 1011011 101001

Color Harmonies of #0A3BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3BC9

Black with #0A3BC9

Text Example


Text Example

White with #0A3BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,59,201); }

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

background-color css

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

 a { background-color: rgb(10,59,201); }

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

border-color css

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

 span { border-color: rgb(10,59,201); }

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