Html Css Color HEX #0A25A7 International Klein Blue

📋 copy color: '#0A25A7'

red 10 ◦ green 37 ◦ blue 167

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

Shades of International Klein Blue #0A25A7

Tints of International Klein Blue #0A25A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 78.04%

R = 4.67%
G = 17.29%
B = 78.04%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0A25A7 (or 0x0A25A7) is known color: International Klein Blue. HEX triplet: 0A, 25 and A7. RGB value is (10,37,167). Sum of RGB (Red+Green+Blue) = 10+37+167=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 167 (65.62% from 255 or 78.04% from 214); Max value from RGB is 167 - color contains mainly: blue. Hex color #0A25A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A25A7 is #F5DA58. Grayscale: #2B2B2B. Windows color (decimal): -16112217 or 10953994. OLE color: 10953994.

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

Color convert

RGB 10 37 167 -
CMYK 0.94 0.78 0 0.35
HSL 229.68º 0.89% 0.35% -
HSV(B) 229.68º 0.94% 0.65% -
XYZ 7.76 4.18 36.96 -
YUV 43.75 197.55 103.93 -
System Red Green Blue C M Y K H S L
Decimal 10 37 167 0.94 0.78 0 0.35 229.68 0.89 0.35
Hex A 25 A7 5E 4E 0 23 E6 59 23
Octal 12 45 247 136 116 0 43 346 131 43
Binary 1010 100101 10100111 1011110 1001110 0 100011 11100110 1011001 100011

Color Harmonies of #0A25A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A25A7

Black with #0A25A7

Text Example


Text Example

White with #0A25A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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