Html Css Color HEX #0A30D6 Persian Blue

📋 copy color: '#0A30D6'

red 10 ◦ green 48 ◦ blue 214

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

Shades of Persian Blue #0A30D6

Tints of Persian Blue #0A30D6

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.65%

 BLUE value IS 214 (83.98% from 255) = 78.68%

R = 3.68%
G = 17.65%
B = 78.68%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0A30D6 (or 0x0A30D6) is known color: Persian Blue. HEX triplet: 0A, 30 and D6. RGB value is (10,48,214). Sum of RGB (Red+Green+Blue) = 10+48+214=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 214 (83.98% from 255 or 78.68% from 272); Max value from RGB is 214 - color contains mainly: blue. Hex color #0A30D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A30D6 is #F5CF29. Grayscale: #363636. Windows color (decimal): -16109354 or 14037002. OLE color: 14037002.

HSL color Cylindrical-coordinate representation of color #0A30D6: hue angle of 228.82º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A30D6 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 48 214 -
CMYK 0.95 0.78 0 0.16
HSL 228.82º 0.91% 0.44% -
HSV(B) 228.82º 0.95% 0.84% -
XYZ 13.32 7.03 64.27 -
YUV 55.56 217.41 95.5 -
System Red Green Blue C M Y K H S L
Decimal 10 48 214 0.95 0.78 0 0.16 228.82 0.91 0.44
Hex A 30 D6 5F 4E 0 10 E5 5B 2C
Octal 12 60 326 137 116 0 20 345 133 54
Binary 1010 110000 11010110 1011111 1001110 0 10000 11100101 1011011 101100

Color Harmonies of #0A30D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A30D6

Black with #0A30D6

Text Example


Text Example

White with #0A30D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,48,214); }

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

background-color css

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

 a { background-color: rgb(10,48,214); }

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

border-color css

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

 span { border-color: rgb(10,48,214); }

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