Html Css Color HEX #0A3CE9 Persian Blue

📋 copy color: '#0A3CE9'

red 10 ◦ green 60 ◦ blue 233

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

Shades of Persian Blue #0A3CE9

Tints of Persian Blue #0A3CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 76.9%

R = 3.3%
G = 19.8%
B = 76.9%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0A3CE9 (or 0x0A3CE9) is known color: Persian Blue. HEX triplet: 0A, 3C and E9. RGB value is (10,60,233). Sum of RGB (Red+Green+Blue) = 10+60+233=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 233 (91.41% from 255 or 76.90% from 303); Max value from RGB is 233 - color contains mainly: blue. Hex color #0A3CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3CE9 is #F5C316. Grayscale: #404040. Windows color (decimal): -16106263 or 15285258. OLE color: 15285258.

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

Color convert

RGB 10 60 233 -
CMYK 0.96 0.74 0 0.09
HSL 226.55º 0.92% 0.48% -
HSV(B) 226.55º 0.96% 0.91% -
XYZ 16.45 9.18 78 -
YUV 64.77 222.94 88.93 -
System Red Green Blue C M Y K H S L
Decimal 10 60 233 0.96 0.74 0 0.09 226.55 0.92 0.48
Hex A 3C E9 60 4A 0 9 E3 5C 30
Octal 12 74 351 140 112 0 11 343 134 60
Binary 1010 111100 11101001 1100000 1001010 0 1001 11100011 1011100 110000

Color Harmonies of #0A3CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3CE9

Black with #0A3CE9

Text Example


Text Example

White with #0A3CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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