Html Css Color HEX #0129AC International Klein Blue

📋 copy color: '#0129AC'

red 1 ◦ green 41 ◦ blue 172

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

Shades of International Klein Blue #0129AC

Tints of International Klein Blue #0129AC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.16%

 BLUE value IS 172 (67.58% from 255) = 80.37%

R = 0.47%
G = 19.16%
B = 80.37%

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

#0129AC (or 0x0129AC) is known color: International Klein Blue. HEX triplet: 01, 29 and AC. RGB value is (1,41,172). Sum of RGB (Red+Green+Blue) = 1+41+172=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 172 (67.58% from 255 or 80.37% from 214); Max value from RGB is 172 - color contains mainly: blue. Hex color #0129AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0129AC is #FED653. Grayscale: #2B2B2B. Windows color (decimal): -16701012 or 11282689. OLE color: 11282689.

HSL color Cylindrical-coordinate representation of color #0129AC: hue angle of 225.96º 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 #0129AC is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 41 172 -
CMYK 0.99 0.76 0 0.33
HSL 225.96º 0.99% 0.34% -
HSV(B) 225.96º 0.99% 0.67% -
XYZ 8.25 4.57 39.48 -
YUV 43.97 200.25 97.35 -
System Red Green Blue C M Y K H S L
Decimal 1 41 172 0.99 0.76 0 0.33 225.96 0.99 0.34
Hex 1 29 AC 63 4C 0 21 E2 63 22
Octal 1 51 254 143 114 0 41 342 143 42
Binary 1 101001 10101100 1100011 1001100 0 100001 11100010 1100011 100010

Color Harmonies of #0129AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0129AC

Black with #0129AC

Text Example


Text Example

White with #0129AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0129AC; }

 p { color: rgb(1,41,172); }

 H1.HeaderClassName
 {
   color: #0129AC;
 }
 .AnyTagClassName
 {
   color: #0129AC;
 }
</style>

background-color css

<style>
 a { background-color: #0129AC; }

 a { background-color: rgb(1,41,172); }

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

border-color css

<style>
 span { border-color: #0129AC; }

 span { border-color: rgb(1,41,172); }

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