Html Css Color HEX #0231C1 International Klein Blue

📋 copy color: '#0231C1'

red 2 ◦ green 49 ◦ blue 193

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

Shades of International Klein Blue #0231C1

Tints of International Klein Blue #0231C1

RGB

 RED value IS 2 (1.17% from 255) = 0.82%

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

 BLUE value IS 193 (75.78% from 255) = 79.1%

R = 0.82%
G = 20.08%
B = 79.1%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0231C1 (or 0x0231C1) is known color: International Klein Blue. HEX triplet: 02, 31 and C1. RGB value is (2,49,193). Sum of RGB (Red+Green+Blue) = 2+49+193=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 193 (75.78% from 255 or 79.10% from 244); Max value from RGB is 193 - color contains mainly: blue. Hex color #0231C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0231C1 is #FDCE3E. Grayscale: #323232. Windows color (decimal): -16633407 or 12660994. OLE color: 12660994.

HSL color Cylindrical-coordinate representation of color #0231C1: hue angle of 225.24º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0231C1 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 49 193 -
CMYK 0.99 0.75 0 0.24
HSL 225.24º 0.98% 0.38% -
HSV(B) 225.24º 0.99% 0.76% -
XYZ 10.75 6.06 51.06 -
YUV 51.36 207.93 92.79 -
System Red Green Blue C M Y K H S L
Decimal 2 49 193 0.99 0.75 0 0.24 225.24 0.98 0.38
Hex 2 31 C1 63 4B 0 18 E1 62 26
Octal 2 61 301 143 113 0 30 341 142 46
Binary 10 110001 11000001 1100011 1001011 0 11000 11100001 1100010 100110

Color Harmonies of #0231C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0231C1

Black with #0231C1

Text Example


Text Example

White with #0231C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0231C1; }

 p { color: rgb(2,49,193); }

 H1.HeaderClassName
 {
   color: #0231C1;
 }
 .AnyTagClassName
 {
   color: #0231C1;
 }
</style>

background-color css

<style>
 a { background-color: #0231C1; }

 a { background-color: rgb(2,49,193); }

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

border-color css

<style>
 span { border-color: #0231C1; }

 span { border-color: rgb(2,49,193); }

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