Html Css Color HEX #0537A8 International Klein Blue

📋 copy color: '#0537A8'

red 5 ◦ green 55 ◦ blue 168

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

Shades of International Klein Blue #0537A8

Tints of International Klein Blue #0537A8

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.12%

 BLUE value IS 168 (66.02% from 255) = 73.68%

R = 2.19%
G = 24.12%
B = 73.68%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0537A8 (or 0x0537A8) is known color: International Klein Blue. HEX triplet: 05, 37 and A8. RGB value is (5,55,168). Sum of RGB (Red+Green+Blue) = 5+55+168=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 168 (66.02% from 255 or 73.68% from 228); Max value from RGB is 168 - color contains mainly: blue. Hex color #0537A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0537A8 is #FAC857. Grayscale: #343434. Windows color (decimal): -16435288 or 11024133. OLE color: 11024133.

HSL color Cylindrical-coordinate representation of color #0537A8: hue angle of 221.6º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0537A8 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 5 55 168 -
CMYK 0.97 0.67 0 0.34
HSL 221.6º 0.94% 0.34% -
HSV(B) 221.6º 0.97% 0.66% -
XYZ 8.5 5.59 37.68 -
YUV 52.93 192.94 93.81 -
System Red Green Blue C M Y K H S L
Decimal 5 55 168 0.97 0.67 0 0.34 221.6 0.94 0.34
Hex 5 37 A8 61 43 0 22 DE 5E 22
Octal 5 67 250 141 103 0 42 336 136 42
Binary 101 110111 10101000 1100001 1000011 0 100010 11011110 1011110 100010

Color Harmonies of #0537A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0537A8

Black with #0537A8

Text Example


Text Example

White with #0537A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0537A8; }

 p { color: rgb(5,55,168); }

 H1.HeaderClassName
 {
   color: #0537A8;
 }
 .AnyTagClassName
 {
   color: #0537A8;
 }
</style>

background-color css

<style>
 a { background-color: #0537A8; }

 a { background-color: rgb(5,55,168); }

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

border-color css

<style>
 span { border-color: #0537A8; }

 span { border-color: rgb(5,55,168); }

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