Html Css Color HEX #031AAD International Klein Blue

📋 copy color: '#031AAD'

red 3 ◦ green 26 ◦ blue 173

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

Shades of International Klein Blue #031AAD

Tints of International Klein Blue #031AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 85.64%

R = 1.49%
G = 12.87%
B = 85.64%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#031AAD (or 0x031AAD) is known color: International Klein Blue. HEX triplet: 03, 1A and AD. RGB value is (3,26,173). Sum of RGB (Red+Green+Blue) = 3+26+173=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 173 (67.97% from 255 or 85.64% from 202); Max value from RGB is 173 - color contains mainly: blue. Hex color #031AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031AAD is #FCE552. Grayscale: #232323. Windows color (decimal): -16573779 or 11344387. OLE color: 11344387.

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

Color convert

RGB 3 26 173 -
CMYK 0.98 0.85 0 0.32
HSL 231.88º 0.97% 0.35% -
HSV(B) 231.88º 0.98% 0.68% -
XYZ 7.95 3.78 39.84 -
YUV 35.88 205.38 104.55 -
System Red Green Blue C M Y K H S L
Decimal 3 26 173 0.98 0.85 0 0.32 231.88 0.97 0.35
Hex 3 1A AD 62 55 0 20 E8 61 23
Octal 3 32 255 142 125 0 40 350 141 43
Binary 11 11010 10101101 1100010 1010101 0 100000 11101000 1100001 100011

Color Harmonies of #031AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031AAD

Black with #031AAD

Text Example


Text Example

White with #031AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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