Html Css Color HEX #031DA1 International Klein Blue

📋 copy color: '#031DA1'

red 3 ◦ green 29 ◦ blue 161

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

Shades of International Klein Blue #031DA1

Tints of International Klein Blue #031DA1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.03%

 BLUE value IS 161 (63.28% from 255) = 83.42%

R = 1.55%
G = 15.03%
B = 83.42%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#031DA1 (or 0x031DA1) is known color: International Klein Blue. HEX triplet: 03, 1D and A1. RGB value is (3,29,161). Sum of RGB (Red+Green+Blue) = 3+29+161=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 161 (63.28% from 255 or 83.42% from 193); Max value from RGB is 161 - color contains mainly: blue. Hex color #031DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031DA1 is #FCE25E. Grayscale: #232323. Windows color (decimal): -16573023 or 10558723. OLE color: 10558723.

HSL color Cylindrical-coordinate representation of color #031DA1: hue angle of 230.13º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031DA1 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 3 29 161 -
CMYK 0.98 0.82 0 0.37
HSL 230.13º 0.96% 0.32% -
HSV(B) 230.13º 0.98% 0.63% -
XYZ 6.91 3.47 34.02 -
YUV 36.27 198.39 104.27 -
System Red Green Blue C M Y K H S L
Decimal 3 29 161 0.98 0.82 0 0.37 230.13 0.96 0.32
Hex 3 1D A1 62 52 0 25 E6 60 20
Octal 3 35 241 142 122 0 45 346 140 40
Binary 11 11101 10100001 1100010 1010010 0 100101 11100110 1100000 100000

Color Harmonies of #031DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031DA1

Black with #031DA1

Text Example


Text Example

White with #031DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,29,161); }

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

background-color css

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

 a { background-color: rgb(3,29,161); }

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

border-color css

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

 span { border-color: rgb(3,29,161); }

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