Html Css Color HEX #0538BA International Klein Blue

📋 copy color: '#0538BA'

red 5 ◦ green 56 ◦ blue 186

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

Shades of International Klein Blue #0538BA

Tints of International Klein Blue #0538BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 75.3%

R = 2.02%
G = 22.67%
B = 75.3%

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

#0538BA (or 0x0538BA) is known color: International Klein Blue. HEX triplet: 05, 38 and BA. RGB value is (5,56,186). Sum of RGB (Red+Green+Blue) = 5+56+186=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #0538BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0538BA is #FAC745. Grayscale: #373737. Windows color (decimal): -16435014 or 12204037. OLE color: 12204037.

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

Color convert

RGB 5 56 186 -
CMYK 0.97 0.70 0 0.27
HSL 223.09º 0.95% 0.37% -
HSV(B) 223.09º 0.97% 0.73% -
XYZ 10.34 6.41 47.15 -
YUV 55.57 201.6 91.93 -
System Red Green Blue C M Y K H S L
Decimal 5 56 186 0.97 0.70 0 0.27 223.09 0.95 0.37
Hex 5 38 BA 61 46 0 1B DF 5F 25
Octal 5 70 272 141 106 0 33 337 137 45
Binary 101 111000 10111010 1100001 1000110 0 11011 11011111 1011111 100101

Color Harmonies of #0538BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0538BA

Black with #0538BA

Text Example


Text Example

White with #0538BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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