Html Css Color HEX #031AB1 International Klein Blue

📋 copy color: '#031AB1'

red 3 ◦ green 26 ◦ blue 177

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

Shades of International Klein Blue #031AB1

Tints of International Klein Blue #031AB1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.62%

 BLUE value IS 177 (69.53% from 255) = 85.92%

R = 1.46%
G = 12.62%
B = 85.92%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#031AB1 (or 0x031AB1) is known color: International Klein Blue. HEX triplet: 03, 1A and B1. RGB value is (3,26,177). Sum of RGB (Red+Green+Blue) = 3+26+177=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 177 (69.53% from 255 or 85.92% from 206); Max value from RGB is 177 - color contains mainly: blue. Hex color #031AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031AB1 is #FCE54E. Grayscale: #232323. Windows color (decimal): -16573775 or 11606531. OLE color: 11606531.

HSL color Cylindrical-coordinate representation of color #031AB1: hue angle of 232.07º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031AB1 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 26 177 -
CMYK 0.98 0.85 0 0.31
HSL 232.07º 0.97% 0.35% -
HSV(B) 232.07º 0.98% 0.69% -
XYZ 8.34 3.93 41.91 -
YUV 36.34 207.38 104.22 -
System Red Green Blue C M Y K H S L
Decimal 3 26 177 0.98 0.85 0 0.31 232.07 0.97 0.35
Hex 3 1A B1 62 55 0 1F E8 61 23
Octal 3 32 261 142 125 0 37 350 141 43
Binary 11 11010 10110001 1100010 1010101 0 11111 11101000 1100001 100011

Color Harmonies of #031AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031AB1

Black with #031AB1

Text Example


Text Example

White with #031AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,26,177); }

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

background-color css

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

 a { background-color: rgb(3,26,177); }

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

border-color css

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

 span { border-color: rgb(3,26,177); }

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