Html Css Color HEX #0A25AB International Klein Blue

📋 copy color: '#0A25AB'

red 10 ◦ green 37 ◦ blue 171

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

Shades of International Klein Blue #0A25AB

Tints of International Klein Blue #0A25AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

 BLUE value IS 171 (67.19% from 255) = 78.44%

R = 4.59%
G = 16.97%
B = 78.44%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A25AB (or 0x0A25AB) is known color: International Klein Blue. HEX triplet: 0A, 25 and AB. RGB value is (10,37,171). Sum of RGB (Red+Green+Blue) = 10+37+171=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A25AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A25AB is #F5DA54. Grayscale: #2B2B2B. Windows color (decimal): -16112213 or 11216138. OLE color: 11216138.

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

Color convert

RGB 10 37 171 -
CMYK 0.94 0.78 0 0.33
HSL 229.94º 0.89% 0.35% -
HSV(B) 229.94º 0.94% 0.67% -
XYZ 8.14 4.33 38.93 -
YUV 44.2 199.55 103.6 -
System Red Green Blue C M Y K H S L
Decimal 10 37 171 0.94 0.78 0 0.33 229.94 0.89 0.35
Hex A 25 AB 5E 4E 0 21 E6 59 23
Octal 12 45 253 136 116 0 41 346 131 43
Binary 1010 100101 10101011 1011110 1001110 0 100001 11100110 1011001 100011

Color Harmonies of #0A25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A25AB

Black with #0A25AB

Text Example


Text Example

White with #0A25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,37,171); }

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

background-color css

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

 a { background-color: rgb(10,37,171); }

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

border-color css

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

 span { border-color: rgb(10,37,171); }

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