Html Css Color HEX #0A3CEB Persian Blue

📋 copy color: '#0A3CEB'

red 10 ◦ green 60 ◦ blue 235

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

Shades of Persian Blue #0A3CEB

Tints of Persian Blue #0A3CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 77.05%

R = 3.28%
G = 19.67%
B = 77.05%

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

#0A3CEB (or 0x0A3CEB) is known color: Persian Blue. HEX triplet: 0A, 3C and EB. RGB value is (10,60,235). Sum of RGB (Red+Green+Blue) = 10+60+235=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 235 (92.19% from 255 or 77.05% from 305); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A3CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3CEB is #F5C314. Grayscale: #404040. Windows color (decimal): -16106261 or 15416330. OLE color: 15416330.

HSL color Cylindrical-coordinate representation of color #0A3CEB: hue angle of 226.67º 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 #0A3CEB is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 10 60 235 -
CMYK 0.96 0.74 0 0.08
HSL 226.67º 0.92% 0.48% -
HSV(B) 226.67º 0.96% 0.92% -
XYZ 16.74 9.29 79.51 -
YUV 65 223.94 88.77 -
System Red Green Blue C M Y K H S L
Decimal 10 60 235 0.96 0.74 0 0.08 226.67 0.92 0.48
Hex A 3C EB 60 4A 0 8 E3 5C 30
Octal 12 74 353 140 112 0 10 343 134 60
Binary 1010 111100 11101011 1100000 1001010 0 1000 11100011 1011100 110000

Color Harmonies of #0A3CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3CEB

Black with #0A3CEB

Text Example


Text Example

White with #0A3CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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