Html Css Color HEX #0031BA International Klein Blue

📋 copy color: '#0031BA'

red 0 ◦ green 49 ◦ blue 186

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

Shades of International Klein Blue #0031BA

Tints of International Klein Blue #0031BA

RGB

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

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

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

R = 0%
G = 20.85%
B = 79.15%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0031BA (or 0x0031BA) is known color: International Klein Blue. HEX triplet: 00, 31 and BA. RGB value is (0,49,186). Sum of RGB (Red+Green+Blue) = 0+49+186=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #0031BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0031BA is #FFCE45. Grayscale: #313131. Windows color (decimal): -16764486 or 12202240. OLE color: 12202240.

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

Color convert

RGB 0 49 186 -
CMYK 1 0.74 0 0.27
HSL 224.19º 1% 0.36% -
HSV(B) 224.19º 1% 0.73% -
XYZ 9.96 5.74 47.04 -
YUV 49.97 204.77 92.36 -
System Red Green Blue C M Y K H S L
Decimal 0 49 186 1 0.74 0 0.27 224.19 1 0.36
Hex 0 31 BA 64 4A 0 1B E0 64 24
Octal 0 61 272 144 112 0 33 340 144 44
Binary 0 110001 10111010 1100100 1001010 0 11011 11100000 1100100 100100

Color Harmonies of #0031BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0031BA

Black with #0031BA

Text Example


Text Example

White with #0031BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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