Html Css Color HEX #0A26C0 Persian Blue

📋 copy color: '#0A26C0'

red 10 ◦ green 38 ◦ blue 192

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

Shades of Persian Blue #0A26C0

Tints of Persian Blue #0A26C0

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.83%

 BLUE value IS 192 (75.39% from 255) = 80%

R = 4.17%
G = 15.83%
B = 80%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A26C0 (or 0x0A26C0) is known color: Persian Blue. HEX triplet: 0A, 26 and C0. RGB value is (10,38,192). Sum of RGB (Red+Green+Blue) = 10+38+192=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 192 (75.39% from 255 or 80% from 240); Max value from RGB is 192 - color contains mainly: blue. Hex color #0A26C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A26C0 is #F5D93F. Grayscale: #2E2E2E. Windows color (decimal): -16111936 or 12592650. OLE color: 12592650.

HSL color Cylindrical-coordinate representation of color #0A26C0: hue angle of 230.77º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A26C0 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 38 192 -
CMYK 0.95 0.80 0 0.25
HSL 230.77º 0.9% 0.4% -
HSV(B) 230.77º 0.95% 0.75% -
XYZ 10.33 5.26 50.34 -
YUV 47.18 209.72 101.48 -
System Red Green Blue C M Y K H S L
Decimal 10 38 192 0.95 0.80 0 0.25 230.77 0.9 0.4
Hex A 26 C0 5F 50 0 19 E7 5A 28
Octal 12 46 300 137 120 0 31 347 132 50
Binary 1010 100110 11000000 1011111 1010000 0 11001 11100111 1011010 101000

Color Harmonies of #0A26C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A26C0

Black with #0A26C0

Text Example


Text Example

White with #0A26C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,38,192); }

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

background-color css

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

 a { background-color: rgb(10,38,192); }

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

border-color css

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

 span { border-color: rgb(10,38,192); }

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