Html Css Color HEX #0031BC International Klein Blue

📋 copy color: '#0031BC'

red 0 ◦ green 49 ◦ blue 188

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

Shades of International Klein Blue #0031BC

Tints of International Klein Blue #0031BC

RGB

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

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

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

R = 0%
G = 20.68%
B = 79.32%

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

#0031BC (or 0x0031BC) is known color: International Klein Blue. HEX triplet: 00, 31 and BC. RGB value is (0,49,188). Sum of RGB (Red+Green+Blue) = 0+49+188=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 188 (73.83% from 255 or 79.32% from 237); Max value from RGB is 188 - color contains mainly: blue. Hex color #0031BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0031BC is #FFCE43. Grayscale: #313131. Windows color (decimal): -16764484 or 12333312. OLE color: 12333312.

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

Color convert

RGB 0 49 188 -
CMYK 1 0.74 0 0.26
HSL 224.36º 1% 0.37% -
HSV(B) 224.36º 1% 0.74% -
XYZ 10.18 5.83 48.17 -
YUV 50.2 205.77 92.2 -
System Red Green Blue C M Y K H S L
Decimal 0 49 188 1 0.74 0 0.26 224.36 1 0.37
Hex 0 31 BC 64 4A 0 1A E0 64 25
Octal 0 61 274 144 112 0 32 340 144 45
Binary 0 110001 10111100 1100100 1001010 0 11010 11100000 1100100 100101

Color Harmonies of #0031BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0031BC

Black with #0031BC

Text Example


Text Example

White with #0031BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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