Html Css Color HEX #0433AA International Klein Blue

📋 copy color: '#0433AA'

red 4 ◦ green 51 ◦ blue 170

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

Shades of International Klein Blue #0433AA

Tints of International Klein Blue #0433AA

RGB

 RED value IS 4 (1.95% from 255) = 1.78%

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

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

R = 1.78%
G = 22.67%
B = 75.56%

CMYK

 C value IS 0.98

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0433AA (or 0x0433AA) is known color: International Klein Blue. HEX triplet: 04, 33 and AA. RGB value is (4,51,170). Sum of RGB (Red+Green+Blue) = 4+51+170=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #0433AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0433AA is #FBCC55. Grayscale: #313131. Windows color (decimal): -16501846 or 11154180. OLE color: 11154180.

HSL color Cylindrical-coordinate representation of color #0433AA: hue angle of 223.01º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0433AA is Cyan = 0.98, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 51 170 -
CMYK 0.98 0.7 0 0.33
HSL 223.01º 0.95% 0.34% -
HSV(B) 223.01º 0.98% 0.67% -
XYZ 8.49 5.3 38.6 -
YUV 50.51 195.43 94.82 -
System Red Green Blue C M Y K H S L
Decimal 4 51 170 0.98 0.7 0 0.33 223.01 0.95 0.34
Hex 4 33 AA 62 46 0 21 DF 5F 22
Octal 4 63 252 142 106 0 41 337 137 42
Binary 100 110011 10101010 1100010 1000110 0 100001 11011111 1011111 100010

Color Harmonies of #0433AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0433AA

Black with #0433AA

Text Example


Text Example

White with #0433AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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