Html Css Color HEX #0A3CB9 Persian Blue

📋 copy color: '#0A3CB9'

red 10 ◦ green 60 ◦ blue 185

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

Shades of Persian Blue #0A3CB9

Tints of Persian Blue #0A3CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 72.55%

R = 3.92%
G = 23.53%
B = 72.55%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A3CB9 (or 0x0A3CB9) is known color: Persian Blue. HEX triplet: 0A, 3C and B9. RGB value is (10,60,185). Sum of RGB (Red+Green+Blue) = 10+60+185=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 185 (72.66% from 255 or 72.55% from 255); Max value from RGB is 185 - color contains mainly: blue. Hex color #0A3CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3CB9 is #F5C346. Grayscale: #3A3A3A. Windows color (decimal): -16106311 or 12139530. OLE color: 12139530.

HSL color Cylindrical-coordinate representation of color #0A3CB9: hue angle of 222.86º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A3CB9 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 60 185 -
CMYK 0.95 0.68 0 0.27
HSL 222.86º 0.9% 0.38% -
HSV(B) 222.86º 0.95% 0.73% -
XYZ 10.5 6.8 46.66 -
YUV 59.3 198.94 92.84 -
System Red Green Blue C M Y K H S L
Decimal 10 60 185 0.95 0.68 0 0.27 222.86 0.9 0.38
Hex A 3C B9 5F 44 0 1B DF 5A 26
Octal 12 74 271 137 104 0 33 337 132 46
Binary 1010 111100 10111001 1011111 1000100 0 11011 11011111 1011010 100110

Color Harmonies of #0A3CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3CB9

Black with #0A3CB9

Text Example


Text Example

White with #0A3CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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