Html Css Color HEX #0131A2 International Klein Blue

📋 copy color: '#0131A2'

red 1 ◦ green 49 ◦ blue 162

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

Shades of International Klein Blue #0131A2

Tints of International Klein Blue #0131A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 76.42%

R = 0.47%
G = 23.11%
B = 76.42%

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

#0131A2 (or 0x0131A2) is known color: International Klein Blue. HEX triplet: 01, 31 and A2. RGB value is (1,49,162). Sum of RGB (Red+Green+Blue) = 1+49+162=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 162 (63.67% from 255 or 76.42% from 212); Max value from RGB is 162 - color contains mainly: blue. Hex color #0131A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0131A2 is #FECE5D. Grayscale: #2F2F2F. Windows color (decimal): -16698974 or 10629377. OLE color: 10629377.

HSL color Cylindrical-coordinate representation of color #0131A2: hue angle of 222.11º 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 #0131A2 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 49 162 -
CMYK 0.99 0.70 0 0.36
HSL 222.11º 0.99% 0.32% -
HSV(B) 222.11º 0.99% 0.64% -
XYZ 7.63 4.81 34.71 -
YUV 47.53 192.6 94.81 -
System Red Green Blue C M Y K H S L
Decimal 1 49 162 0.99 0.70 0 0.36 222.11 0.99 0.32
Hex 1 31 A2 63 46 0 24 DE 63 20
Octal 1 61 242 143 106 0 44 336 143 40
Binary 1 110001 10100010 1100011 1000110 0 100100 11011110 1100011 100000

Color Harmonies of #0131A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0131A2

Black with #0131A2

Text Example


Text Example

White with #0131A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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