Html Css Color HEX #0128AF International Klein Blue

📋 copy color: '#0128AF'

red 1 ◦ green 40 ◦ blue 175

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

Shades of International Klein Blue #0128AF

Tints of International Klein Blue #0128AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 81.02%

R = 0.46%
G = 18.52%
B = 81.02%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0128AF (or 0x0128AF) is known color: International Klein Blue. HEX triplet: 01, 28 and AF. RGB value is (1,40,175). Sum of RGB (Red+Green+Blue) = 1+40+175=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 175 (68.75% from 255 or 81.02% from 216); Max value from RGB is 175 - color contains mainly: blue. Hex color #0128AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0128AF is #FED750. Grayscale: #2B2B2B. Windows color (decimal): -16701265 or 11479041. OLE color: 11479041.

HSL color Cylindrical-coordinate representation of color #0128AF: hue angle of 226.55º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0128AF is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 40 175 -
CMYK 0.99 0.77 0 0.31
HSL 226.55º 0.99% 0.35% -
HSV(B) 226.55º 0.99% 0.69% -
XYZ 8.51 4.62 41 -
YUV 43.73 202.08 97.52 -
System Red Green Blue C M Y K H S L
Decimal 1 40 175 0.99 0.77 0 0.31 226.55 0.99 0.35
Hex 1 28 AF 63 4D 0 1F E3 63 23
Octal 1 50 257 143 115 0 37 343 143 43
Binary 1 101000 10101111 1100011 1001101 0 11111 11100011 1100011 100011

Color Harmonies of #0128AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0128AF

Black with #0128AF

Text Example


Text Example

White with #0128AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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