Html Css Color HEX #0A26AD International Klein Blue

📋 copy color: '#0A26AD'

red 10 ◦ green 38 ◦ blue 173

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

Shades of International Klein Blue #0A26AD

Tints of International Klein Blue #0A26AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 78.28%

R = 4.52%
G = 17.19%
B = 78.28%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A26AD (or 0x0A26AD) is known color: International Klein Blue. HEX triplet: 0A, 26 and AD. RGB value is (10,38,173). Sum of RGB (Red+Green+Blue) = 10+38+173=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 173 (67.97% from 255 or 78.28% from 221); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A26AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A26AD is #F5D952. Grayscale: #2C2C2C. Windows color (decimal): -16111955 or 11347466. OLE color: 11347466.

HSL color Cylindrical-coordinate representation of color #0A26AD: hue angle of 229.69º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A26AD is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 38 173 -
CMYK 0.94 0.78 0 0.32
HSL 229.69º 0.89% 0.36% -
HSV(B) 229.69º 0.94% 0.68% -
XYZ 8.36 4.47 39.96 -
YUV 45.02 200.22 103.02 -
System Red Green Blue C M Y K H S L
Decimal 10 38 173 0.94 0.78 0 0.32 229.69 0.89 0.36
Hex A 26 AD 5E 4E 0 20 E6 59 24
Octal 12 46 255 136 116 0 40 346 131 44
Binary 1010 100110 10101101 1011110 1001110 0 100000 11100110 1011001 100100

Color Harmonies of #0A26AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A26AD

Black with #0A26AD

Text Example


Text Example

White with #0A26AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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