Html Css Color HEX #0A26DC Persian Blue

📋 copy color: '#0A26DC'

red 10 ◦ green 38 ◦ blue 220

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

Shades of Persian Blue #0A26DC

Tints of Persian Blue #0A26DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 82.09%

R = 3.73%
G = 14.18%
B = 82.09%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0A26DC (or 0x0A26DC) is known color: Persian Blue. HEX triplet: 0A, 26 and DC. RGB value is (10,38,220). Sum of RGB (Red+Green+Blue) = 10+38+220=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 220 (86.33% from 255 or 82.09% from 268); Max value from RGB is 220 - color contains mainly: blue. Hex color #0A26DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A26DC is #F5D923. Grayscale: #313131. Windows color (decimal): -16111908 or 14427658. OLE color: 14427658.

HSL color Cylindrical-coordinate representation of color #0A26DC: hue angle of 232º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A26DC is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 10 38 220 -
CMYK 0.95 0.83 0 0.14
HSL 232º 0.91% 0.45% -
HSV(B) 232º 0.95% 0.86% -
XYZ 13.74 6.62 68.26 -
YUV 50.38 223.72 99.2 -
System Red Green Blue C M Y K H S L
Decimal 10 38 220 0.95 0.83 0 0.14 232 0.91 0.45
Hex A 26 DC 5F 53 0 E E8 5B 2D
Octal 12 46 334 137 123 0 16 350 133 55
Binary 1010 100110 11011100 1011111 1010011 0 1110 11101000 1011011 101101

Color Harmonies of #0A26DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A26DC

Black with #0A26DC

Text Example


Text Example

White with #0A26DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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