Html Css Color HEX #0033AB International Klein Blue

📋 copy color: '#0033AB'

red 0 ◦ green 51 ◦ blue 171

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

Shades of International Klein Blue #0033AB

Tints of International Klein Blue #0033AB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 171 (67.19% from 255) = 77.03%

R = 0%
G = 22.97%
B = 77.03%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0033AB (or 0x0033AB) is known color: International Klein Blue. HEX triplet: 00, 33 and AB. RGB value is (0,51,171). Sum of RGB (Red+Green+Blue) = 0+51+171=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #0033AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0033AB is #FFCC54. Grayscale: #303030. Windows color (decimal): -16763989 or 11219712. OLE color: 11219712.

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

Color convert

RGB 0 51 171 -
CMYK 1 0.70 0 0.33
HSL 222.11º 1% 0.34% -
HSV(B) 222.11º 1% 0.67% -
XYZ 8.53 5.31 39.1 -
YUV 49.43 196.6 92.74 -
System Red Green Blue C M Y K H S L
Decimal 0 51 171 1 0.70 0 0.33 222.11 1 0.34
Hex 0 33 AB 64 46 0 21 DE 64 22
Octal 0 63 253 144 106 0 41 336 144 42
Binary 0 110011 10101011 1100100 1000110 0 100001 11011110 1100100 100010

Color Harmonies of #0033AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0033AB

Black with #0033AB

Text Example


Text Example

White with #0033AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0033AB; }

 p { color: rgb(0,51,171); }

 H1.HeaderClassName
 {
   color: #0033AB;
 }
 .AnyTagClassName
 {
   color: #0033AB;
 }
</style>

background-color css

<style>
 a { background-color: #0033AB; }

 a { background-color: rgb(0,51,171); }

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

border-color css

<style>
 span { border-color: #0033AB; }

 span { border-color: rgb(0,51,171); }

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