Html Css Color HEX #0A26BE Persian Blue

📋 copy color: '#0A26BE'

red 10 ◦ green 38 ◦ blue 190

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

Shades of Persian Blue #0A26BE

Tints of Persian Blue #0A26BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 79.83%

R = 4.2%
G = 15.97%
B = 79.83%

CMYK

 C value IS 0.95

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A26BE (or 0x0A26BE) is known color: Persian Blue. HEX triplet: 0A, 26 and BE. RGB value is (10,38,190). Sum of RGB (Red+Green+Blue) = 10+38+190=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 190 (74.61% from 255 or 79.83% from 238); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A26BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A26BE is #F5D941. Grayscale: #2E2E2E. Windows color (decimal): -16111938 or 12461578. OLE color: 12461578.

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

Color convert

RGB 10 38 190 -
CMYK 0.95 0.8 0 0.25
HSL 230.67º 0.9% 0.39% -
HSV(B) 230.67º 0.95% 0.75% -
XYZ 10.11 5.17 49.18 -
YUV 46.96 208.72 101.64 -
System Red Green Blue C M Y K H S L
Decimal 10 38 190 0.95 0.8 0 0.25 230.67 0.9 0.39
Hex A 26 BE 5F 50 0 19 E7 5A 27
Octal 12 46 276 137 120 0 31 347 132 47
Binary 1010 100110 10111110 1011111 1010000 0 11001 11100111 1011010 100111

Color Harmonies of #0A26BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A26BE

Black with #0A26BE

Text Example


Text Example

White with #0A26BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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