Html Css Color HEX #031CA5 International Klein Blue

📋 copy color: '#031CA5'

red 3 ◦ green 28 ◦ blue 165

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

Shades of International Klein Blue #031CA5

Tints of International Klein Blue #031CA5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.29%

 BLUE value IS 165 (64.84% from 255) = 84.18%

R = 1.53%
G = 14.29%
B = 84.18%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#031CA5 (or 0x031CA5) is known color: International Klein Blue. HEX triplet: 03, 1C and A5. RGB value is (3,28,165). Sum of RGB (Red+Green+Blue) = 3+28+165=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 165 (64.84% from 255 or 84.18% from 196); Max value from RGB is 165 - color contains mainly: blue. Hex color #031CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031CA5 is #FCE35A. Grayscale: #232323. Windows color (decimal): -16573275 or 10820611. OLE color: 10820611.

HSL color Cylindrical-coordinate representation of color #031CA5: hue angle of 230.74º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031CA5 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 3 28 165 -
CMYK 0.98 0.83 0 0.35
HSL 230.74º 0.96% 0.33% -
HSV(B) 230.74º 0.98% 0.65% -
XYZ 7.24 3.57 35.9 -
YUV 36.14 200.72 104.36 -
System Red Green Blue C M Y K H S L
Decimal 3 28 165 0.98 0.83 0 0.35 230.74 0.96 0.33
Hex 3 1C A5 62 53 0 23 E7 60 21
Octal 3 34 245 142 123 0 43 347 140 41
Binary 11 11100 10100101 1100010 1010011 0 100011 11100111 1100000 100001

Color Harmonies of #031CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031CA5

Black with #031CA5

Text Example


Text Example

White with #031CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,28,165); }

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

background-color css

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

 a { background-color: rgb(3,28,165); }

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

border-color css

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

 span { border-color: rgb(3,28,165); }

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