Html Css Color HEX #031EBA International Klein Blue

📋 copy color: '#031EBA'

red 3 ◦ green 30 ◦ blue 186

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

Shades of International Klein Blue #031EBA

Tints of International Klein Blue #031EBA

RGB

 RED value IS 3 (1.56% from 255) = 1.37%

 GREEN value IS 30 (12.11% from 255) = 13.7%

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

R = 1.37%
G = 13.7%
B = 84.93%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#031EBA (or 0x031EBA) is known color: International Klein Blue. HEX triplet: 03, 1E and BA. RGB value is (3,30,186). Sum of RGB (Red+Green+Blue) = 3+30+186=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 186 (73.05% from 255 or 84.93% from 219); Max value from RGB is 186 - color contains mainly: blue. Hex color #031EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031EBA is #FCE145. Grayscale: #272727. Windows color (decimal): -16572742 or 12197379. OLE color: 12197379.

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

Color convert

RGB 3 30 186 -
CMYK 0.98 0.84 0 0.27
HSL 231.15º 0.97% 0.37% -
HSV(B) 231.15º 0.98% 0.73% -
XYZ 9.36 4.49 46.83 -
YUV 39.71 210.55 101.82 -
System Red Green Blue C M Y K H S L
Decimal 3 30 186 0.98 0.84 0 0.27 231.15 0.97 0.37
Hex 3 1E BA 62 54 0 1B E7 61 25
Octal 3 36 272 142 124 0 33 347 141 45
Binary 11 11110 10111010 1100010 1010100 0 11011 11100111 1100001 100101

Color Harmonies of #031EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031EBA

Black with #031EBA

Text Example


Text Example

White with #031EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031EBA; }

 p { color: rgb(3,30,186); }

 H1.HeaderClassName
 {
   color: #031EBA;
 }
 .AnyTagClassName
 {
   color: #031EBA;
 }
</style>

background-color css

<style>
 a { background-color: #031EBA; }

 a { background-color: rgb(3,30,186); }

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

border-color css

<style>
 span { border-color: #031EBA; }

 span { border-color: rgb(3,30,186); }

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