Html Css Color HEX #0128AA International Klein Blue

📋 copy color: '#0128AA'

red 1 ◦ green 40 ◦ blue 170

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

Shades of International Klein Blue #0128AA

Tints of International Klein Blue #0128AA

RGB

 RED value IS 1 (0.78% from 255) = 0.47%

 GREEN value IS 40 (16.02% from 255) = 18.96%

 BLUE value IS 170 (66.8% from 255) = 80.57%

R = 0.47%
G = 18.96%
B = 80.57%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0128AA (or 0x0128AA) is known color: International Klein Blue. HEX triplet: 01, 28 and AA. RGB value is (1,40,170). Sum of RGB (Red+Green+Blue) = 1+40+170=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 170 (66.80% from 255 or 80.57% from 211); Max value from RGB is 170 - color contains mainly: blue. Hex color #0128AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0128AA is #FED755. Grayscale: #2A2A2A. Windows color (decimal): -16701270 or 11151361. OLE color: 11151361.

HSL color Cylindrical-coordinate representation of color #0128AA: hue angle of 226.15º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0128AA is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 40 170 -
CMYK 0.99 0.76 0 0.33
HSL 226.15º 0.99% 0.34% -
HSV(B) 226.15º 0.99% 0.67% -
XYZ 8.03 4.43 38.46 -
YUV 43.16 199.58 97.93 -
System Red Green Blue C M Y K H S L
Decimal 1 40 170 0.99 0.76 0 0.33 226.15 0.99 0.34
Hex 1 28 AA 63 4C 0 21 E2 63 22
Octal 1 50 252 143 114 0 41 342 143 42
Binary 1 101000 10101010 1100011 1001100 0 100001 11100010 1100011 100010

Color Harmonies of #0128AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0128AA

Black with #0128AA

Text Example


Text Example

White with #0128AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0128AA; }

 p { color: rgb(1,40,170); }

 H1.HeaderClassName
 {
   color: #0128AA;
 }
 .AnyTagClassName
 {
   color: #0128AA;
 }
</style>

background-color css

<style>
 a { background-color: #0128AA; }

 a { background-color: rgb(1,40,170); }

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

border-color css

<style>
 span { border-color: #0128AA; }

 span { border-color: rgb(1,40,170); }

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