Html Css Color HEX #0538BC International Klein Blue

📋 copy color: '#0538BC'

red 5 ◦ green 56 ◦ blue 188

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

Shades of International Klein Blue #0538BC

Tints of International Klein Blue #0538BC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.49%

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

R = 2.01%
G = 22.49%
B = 75.5%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0538BC (or 0x0538BC) is known color: International Klein Blue. HEX triplet: 05, 38 and BC. RGB value is (5,56,188). Sum of RGB (Red+Green+Blue) = 5+56+188=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #0538BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0538BC is #FAC743. Grayscale: #373737. Windows color (decimal): -16435012 or 12335109. OLE color: 12335109.

HSL color Cylindrical-coordinate representation of color #0538BC: hue angle of 223.28º 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 #0538BC is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 56 188 -
CMYK 0.97 0.70 0 0.26
HSL 223.28º 0.95% 0.38% -
HSV(B) 223.28º 0.97% 0.74% -
XYZ 10.55 6.49 48.27 -
YUV 55.8 202.6 91.77 -
System Red Green Blue C M Y K H S L
Decimal 5 56 188 0.97 0.70 0 0.26 223.28 0.95 0.38
Hex 5 38 BC 61 46 0 1A DF 5F 26
Octal 5 70 274 141 106 0 32 337 137 46
Binary 101 111000 10111100 1100001 1000110 0 11010 11011111 1011111 100110

Color Harmonies of #0538BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0538BC

Black with #0538BC

Text Example


Text Example

White with #0538BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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