Html Css Color HEX #0133AA International Klein Blue

📋 copy color: '#0133AA'

red 1 ◦ green 51 ◦ blue 170

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

Shades of International Klein Blue #0133AA

Tints of International Klein Blue #0133AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.97%

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

R = 0.45%
G = 22.97%
B = 76.58%

CMYK

 C value IS 0.99

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0133AA (or 0x0133AA) is known color: International Klein Blue. HEX triplet: 01, 33 and AA. RGB value is (1,51,170). Sum of RGB (Red+Green+Blue) = 1+51+170=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #0133AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0133AA is #FECC55. Grayscale: #313131. Windows color (decimal): -16698454 or 11154177. OLE color: 11154177.

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

Color convert

RGB 1 51 170 -
CMYK 0.99 0.7 0 0.33
HSL 222.25º 0.99% 0.34% -
HSV(B) 222.25º 0.99% 0.67% -
XYZ 8.45 5.28 38.6 -
YUV 49.62 195.94 93.32 -
System Red Green Blue C M Y K H S L
Decimal 1 51 170 0.99 0.7 0 0.33 222.25 0.99 0.34
Hex 1 33 AA 63 46 0 21 DE 63 22
Octal 1 63 252 143 106 0 41 336 143 42
Binary 1 110011 10101010 1100011 1000110 0 100001 11011110 1100011 100010

Color Harmonies of #0133AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0133AA

Black with #0133AA

Text Example


Text Example

White with #0133AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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