Html Css Color HEX #0A48C5 Persian Blue

📋 copy color: '#0A48C5'

red 10 ◦ green 72 ◦ blue 197

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

Shades of Persian Blue #0A48C5

Tints of Persian Blue #0A48C5

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.81%

 BLUE value IS 197 (77.34% from 255) = 70.61%

R = 3.58%
G = 25.81%
B = 70.61%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0A48C5 (or 0x0A48C5) is known color: Persian Blue. HEX triplet: 0A, 48 and C5. RGB value is (10,72,197). Sum of RGB (Red+Green+Blue) = 10+72+197=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 197 (77.34% from 255 or 70.61% from 279); Max value from RGB is 197 - color contains mainly: blue. Hex color #0A48C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A48C5 is #F5B73A. Grayscale: #434343. Windows color (decimal): -16103227 or 12929034. OLE color: 12929034.

HSL color Cylindrical-coordinate representation of color #0A48C5: hue angle of 220.11º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A48C5 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 10 72 197 -
CMYK 0.95 0.63 0 0.23
HSL 220.11º 0.9% 0.41% -
HSV(B) 220.11º 0.95% 0.77% -
XYZ 12.52 8.73 53.85 -
YUV 67.71 200.96 86.84 -
System Red Green Blue C M Y K H S L
Decimal 10 72 197 0.95 0.63 0 0.23 220.11 0.9 0.41
Hex A 48 C5 5F 3F 0 17 DC 5A 29
Octal 12 110 305 137 77 0 27 334 132 51
Binary 1010 1001000 11000101 1011111 111111 0 10111 11011100 1011010 101001

Color Harmonies of #0A48C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A48C5

Black with #0A48C5

Text Example


Text Example

White with #0A48C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,72,197); }

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

background-color css

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

 a { background-color: rgb(10,72,197); }

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

border-color css

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

 span { border-color: rgb(10,72,197); }

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