Html Css Color HEX #0534AE International Klein Blue

📋 copy color: '#0534AE'

red 5 ◦ green 52 ◦ blue 174

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

Shades of International Klein Blue #0534AE

Tints of International Klein Blue #0534AE

RGB

 RED value IS 5 (2.34% from 255) = 2.16%

 GREEN value IS 52 (20.7% from 255) = 22.51%

 BLUE value IS 174 (68.36% from 255) = 75.32%

R = 2.16%
G = 22.51%
B = 75.32%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0534AE (or 0x0534AE) is known color: International Klein Blue. HEX triplet: 05, 34 and AE. RGB value is (5,52,174). Sum of RGB (Red+Green+Blue) = 5+52+174=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #0534AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0534AE is #FACB51. Grayscale: #333333. Windows color (decimal): -16436050 or 11416581. OLE color: 11416581.

HSL color Cylindrical-coordinate representation of color #0534AE: hue angle of 223.31º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0534AE is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 52 174 -
CMYK 0.97 0.70 0 0.32
HSL 223.31º 0.94% 0.35% -
HSV(B) 223.31º 0.97% 0.68% -
XYZ 8.93 5.54 40.64 -
YUV 51.86 196.93 94.58 -
System Red Green Blue C M Y K H S L
Decimal 5 52 174 0.97 0.70 0 0.32 223.31 0.94 0.35
Hex 5 34 AE 61 46 0 20 DF 5E 23
Octal 5 64 256 141 106 0 40 337 136 43
Binary 101 110100 10101110 1100001 1000110 0 100000 11011111 1011110 100011

Color Harmonies of #0534AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0534AE

Black with #0534AE

Text Example


Text Example

White with #0534AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0534AE; }

 p { color: rgb(5,52,174); }

 H1.HeaderClassName
 {
   color: #0534AE;
 }
 .AnyTagClassName
 {
   color: #0534AE;
 }
</style>

background-color css

<style>
 a { background-color: #0534AE; }

 a { background-color: rgb(5,52,174); }

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

border-color css

<style>
 span { border-color: #0534AE; }

 span { border-color: rgb(5,52,174); }

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