Html Css Color HEX #0534B3 International Klein Blue

📋 copy color: '#0534B3'

red 5 ◦ green 52 ◦ blue 179

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

Shades of International Klein Blue #0534B3

Tints of International Klein Blue #0534B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 75.85%

R = 2.12%
G = 22.03%
B = 75.85%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0534B3 (or 0x0534B3) is known color: International Klein Blue. HEX triplet: 05, 34 and B3. RGB value is (5,52,179). Sum of RGB (Red+Green+Blue) = 5+52+179=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 179 (70.31% from 255 or 75.85% from 236); Max value from RGB is 179 - color contains mainly: blue. Hex color #0534B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0534B3 is #FACB4C. Grayscale: #333333. Windows color (decimal): -16436045 or 11744261. OLE color: 11744261.

HSL color Cylindrical-coordinate representation of color #0534B3: hue angle of 223.79º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0534B3 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 52 179 -
CMYK 0.97 0.71 0 0.30
HSL 223.79º 0.95% 0.36% -
HSV(B) 223.79º 0.97% 0.7% -
XYZ 9.43 5.74 43.26 -
YUV 52.43 199.43 94.17 -
System Red Green Blue C M Y K H S L
Decimal 5 52 179 0.97 0.71 0 0.30 223.79 0.95 0.36
Hex 5 34 B3 61 47 0 1E E0 5F 24
Octal 5 64 263 141 107 0 36 340 137 44
Binary 101 110100 10110011 1100001 1000111 0 11110 11100000 1011111 100100

Color Harmonies of #0534B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0534B3

Black with #0534B3

Text Example


Text Example

White with #0534B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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