Html Css Color HEX #0A1ABA International Klein Blue

📋 copy color: '#0A1ABA'

red 10 ◦ green 26 ◦ blue 186

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

Shades of International Klein Blue #0A1ABA

Tints of International Klein Blue #0A1ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.71%

 BLUE value IS 186 (73.05% from 255) = 83.78%

R = 4.5%
G = 11.71%
B = 83.78%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A1ABA (or 0x0A1ABA) is known color: International Klein Blue. HEX triplet: 0A, 1A and BA. RGB value is (10,26,186). Sum of RGB (Red+Green+Blue) = 10+26+186=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A1ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1ABA is #F5E545. Grayscale: #262626. Windows color (decimal): -16115014 or 12196362. OLE color: 12196362.

HSL color Cylindrical-coordinate representation of color #0A1ABA: hue angle of 234.55º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A1ABA is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 26 186 -
CMYK 0.95 0.86 0 0.27
HSL 234.55º 0.9% 0.38% -
HSV(B) 234.55º 0.95% 0.73% -
XYZ 9.36 4.35 46.8 -
YUV 39.46 210.7 106.99 -
System Red Green Blue C M Y K H S L
Decimal 10 26 186 0.95 0.86 0 0.27 234.55 0.9 0.38
Hex A 1A BA 5F 56 0 1B EB 5A 26
Octal 12 32 272 137 126 0 33 353 132 46
Binary 1010 11010 10111010 1011111 1010110 0 11011 11101011 1011010 100110

Color Harmonies of #0A1ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1ABA

Black with #0A1ABA

Text Example


Text Example

White with #0A1ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,26,186); }

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

background-color css

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

 a { background-color: rgb(10,26,186); }

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

border-color css

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

 span { border-color: rgb(10,26,186); }

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