Html Css Color HEX #0532BC International Klein Blue

📋 copy color: '#0532BC'

red 5 ◦ green 50 ◦ blue 188

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

Shades of International Klein Blue #0532BC

Tints of International Klein Blue #0532BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

 BLUE value IS 188 (73.83% from 255) = 77.37%

R = 2.06%
G = 20.58%
B = 77.37%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0532BC (or 0x0532BC) is known color: International Klein Blue. HEX triplet: 05, 32 and BC. RGB value is (5,50,188). Sum of RGB (Red+Green+Blue) = 5+50+188=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #0532BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0532BC is #FACD43. Grayscale: #333333. Windows color (decimal): -16436548 or 12333573. OLE color: 12333573.

HSL color Cylindrical-coordinate representation of color #0532BC: hue angle of 225.25º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0532BC is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 50 188 -
CMYK 0.97 0.73 0 0.26
HSL 225.25º 0.95% 0.38% -
HSV(B) 225.25º 0.97% 0.74% -
XYZ 10.28 5.94 48.18 -
YUV 52.28 204.59 94.28 -
System Red Green Blue C M Y K H S L
Decimal 5 50 188 0.97 0.73 0 0.26 225.25 0.95 0.38
Hex 5 32 BC 61 49 0 1A E1 5F 26
Octal 5 62 274 141 111 0 32 341 137 46
Binary 101 110010 10111100 1100001 1001001 0 11010 11100001 1011111 100110

Color Harmonies of #0532BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0532BC

Black with #0532BC

Text Example


Text Example

White with #0532BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0532BC; }

 p { color: rgb(5,50,188); }

 H1.HeaderClassName
 {
   color: #0532BC;
 }
 .AnyTagClassName
 {
   color: #0532BC;
 }
</style>

background-color css

<style>
 a { background-color: #0532BC; }

 a { background-color: rgb(5,50,188); }

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

border-color css

<style>
 span { border-color: #0532BC; }

 span { border-color: rgb(5,50,188); }

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