Html Css Color HEX #0538BB International Klein Blue

📋 copy color: '#0538BB'

red 5 ◦ green 56 ◦ blue 187

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

Shades of International Klein Blue #0538BB

Tints of International Klein Blue #0538BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 75.4%

R = 2.02%
G = 22.58%
B = 75.4%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0538BB (or 0x0538BB) is known color: International Klein Blue. HEX triplet: 05, 38 and BB. RGB value is (5,56,187). Sum of RGB (Red+Green+Blue) = 5+56+187=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 187 (73.44% from 255 or 75.40% from 248); Max value from RGB is 187 - color contains mainly: blue. Hex color #0538BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0538BB is #FAC744. Grayscale: #373737. Windows color (decimal): -16435013 or 12269573. OLE color: 12269573.

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

Color convert

RGB 5 56 187 -
CMYK 0.97 0.70 0 0.27
HSL 223.19º 0.95% 0.38% -
HSV(B) 223.19º 0.97% 0.73% -
XYZ 10.45 6.45 47.71 -
YUV 55.69 202.1 91.85 -
System Red Green Blue C M Y K H S L
Decimal 5 56 187 0.97 0.70 0 0.27 223.19 0.95 0.38
Hex 5 38 BB 61 46 0 1B DF 5F 26
Octal 5 70 273 141 106 0 33 337 137 46
Binary 101 111000 10111011 1100001 1000110 0 11011 11011111 1011111 100110

Color Harmonies of #0538BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0538BB

Black with #0538BB

Text Example


Text Example

White with #0538BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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