Html Css Color HEX #0031BD International Klein Blue

📋 copy color: '#0031BD'

red 0 ◦ green 49 ◦ blue 189

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

Shades of International Klein Blue #0031BD

Tints of International Klein Blue #0031BD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 49 (19.53% from 255) = 20.59%

 BLUE value IS 189 (74.22% from 255) = 79.41%

R = 0%
G = 20.59%
B = 79.41%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0031BD (or 0x0031BD) is known color: International Klein Blue. HEX triplet: 00, 31 and BD. RGB value is (0,49,189). Sum of RGB (Red+Green+Blue) = 0+49+189=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 189 (74.22% from 255 or 79.41% from 238); Max value from RGB is 189 - color contains mainly: blue. Hex color #0031BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0031BD is #FFCE42. Grayscale: #313131. Windows color (decimal): -16764483 or 12398848. OLE color: 12398848.

HSL color Cylindrical-coordinate representation of color #0031BD: hue angle of 224.44º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0031BD is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 49 189 -
CMYK 1 0.74 0 0.26
HSL 224.44º 1% 0.37% -
HSV(B) 224.44º 1% 0.74% -
XYZ 10.28 5.87 48.74 -
YUV 50.31 206.27 92.12 -
System Red Green Blue C M Y K H S L
Decimal 0 49 189 1 0.74 0 0.26 224.44 1 0.37
Hex 0 31 BD 64 4A 0 1A E0 64 25
Octal 0 61 275 144 112 0 32 340 144 45
Binary 0 110001 10111101 1100100 1001010 0 11010 11100000 1100100 100101

Color Harmonies of #0031BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0031BD

Black with #0031BD

Text Example


Text Example

White with #0031BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0031BD; }

 p { color: rgb(0,49,189); }

 H1.HeaderClassName
 {
   color: #0031BD;
 }
 .AnyTagClassName
 {
   color: #0031BD;
 }
</style>

background-color css

<style>
 a { background-color: #0031BD; }

 a { background-color: rgb(0,49,189); }

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

border-color css

<style>
 span { border-color: #0031BD; }

 span { border-color: rgb(0,49,189); }

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