Html Css Color HEX #0127AC International Klein Blue

📋 copy color: '#0127AC'

red 1 ◦ green 39 ◦ blue 172

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

Shades of International Klein Blue #0127AC

Tints of International Klein Blue #0127AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.4%

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

R = 0.47%
G = 18.4%
B = 81.13%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0127AC (or 0x0127AC) is known color: International Klein Blue. HEX triplet: 01, 27 and AC. RGB value is (1,39,172). Sum of RGB (Red+Green+Blue) = 1+39+172=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 172 (67.58% from 255 or 81.13% from 212); Max value from RGB is 172 - color contains mainly: blue. Hex color #0127AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0127AC is #FED853. Grayscale: #2A2A2A. Windows color (decimal): -16701524 or 11282177. OLE color: 11282177.

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

Color convert

RGB 1 39 172 -
CMYK 0.99 0.77 0 0.33
HSL 226.67º 0.99% 0.34% -
HSV(B) 226.67º 0.99% 0.67% -
XYZ 8.18 4.44 39.45 -
YUV 42.8 200.91 98.19 -
System Red Green Blue C M Y K H S L
Decimal 1 39 172 0.99 0.77 0 0.33 226.67 0.99 0.34
Hex 1 27 AC 63 4D 0 21 E3 63 22
Octal 1 47 254 143 115 0 41 343 143 42
Binary 1 100111 10101100 1100011 1001101 0 100001 11100011 1100011 100010

Color Harmonies of #0127AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0127AC

Black with #0127AC

Text Example


Text Example

White with #0127AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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