Html Css Color HEX #0131A3 International Klein Blue

📋 copy color: '#0131A3'

red 1 ◦ green 49 ◦ blue 163

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

Shades of International Klein Blue #0131A3

Tints of International Klein Blue #0131A3

RGB

 RED value IS 1 (0.78% from 255) = 0.47%

 GREEN value IS 49 (19.53% from 255) = 23%

 BLUE value IS 163 (64.06% from 255) = 76.53%

R = 0.47%
G = 23%
B = 76.53%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0131A3 (or 0x0131A3) is known color: International Klein Blue. HEX triplet: 01, 31 and A3. RGB value is (1,49,163). Sum of RGB (Red+Green+Blue) = 1+49+163=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 163 (64.06% from 255 or 76.53% from 213); Max value from RGB is 163 - color contains mainly: blue. Hex color #0131A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0131A3 is #FECE5C. Grayscale: #2F2F2F. Windows color (decimal): -16698973 or 10694913. OLE color: 10694913.

HSL color Cylindrical-coordinate representation of color #0131A3: hue angle of 222.22º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0131A3 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 49 163 -
CMYK 0.99 0.70 0 0.36
HSL 222.22º 0.99% 0.32% -
HSV(B) 222.22º 0.99% 0.64% -
XYZ 7.72 4.85 35.18 -
YUV 47.64 193.1 94.73 -
System Red Green Blue C M Y K H S L
Decimal 1 49 163 0.99 0.70 0 0.36 222.22 0.99 0.32
Hex 1 31 A3 63 46 0 24 DE 63 20
Octal 1 61 243 143 106 0 44 336 143 40
Binary 1 110001 10100011 1100011 1000110 0 100100 11011110 1100011 100000

Color Harmonies of #0131A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0131A3

Black with #0131A3

Text Example


Text Example

White with #0131A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0131A3; }

 p { color: rgb(1,49,163); }

 H1.HeaderClassName
 {
   color: #0131A3;
 }
 .AnyTagClassName
 {
   color: #0131A3;
 }
</style>

background-color css

<style>
 a { background-color: #0131A3; }

 a { background-color: rgb(1,49,163); }

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

border-color css

<style>
 span { border-color: #0131A3; }

 span { border-color: rgb(1,49,163); }

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