Html Css Color HEX #0231AD International Klein Blue

📋 copy color: '#0231AD'

red 2 ◦ green 49 ◦ blue 173

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

Shades of International Klein Blue #0231AD

Tints of International Klein Blue #0231AD

RGB

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

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

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

R = 0.89%
G = 21.88%
B = 77.23%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0231AD (or 0x0231AD) is known color: International Klein Blue. HEX triplet: 02, 31 and AD. RGB value is (2,49,173). Sum of RGB (Red+Green+Blue) = 2+49+173=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 173 (67.97% from 255 or 77.23% from 224); Max value from RGB is 173 - color contains mainly: blue. Hex color #0231AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0231AD is #FDCE52. Grayscale: #303030. Windows color (decimal): -16633427 or 11350274. OLE color: 11350274.

HSL color Cylindrical-coordinate representation of color #0231AD: hue angle of 223.51º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0231AD is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 49 173 -
CMYK 0.99 0.72 0 0.32
HSL 223.51º 0.98% 0.34% -
HSV(B) 223.51º 0.99% 0.68% -
XYZ 8.67 5.23 40.09 -
YUV 49.08 197.93 94.42 -
System Red Green Blue C M Y K H S L
Decimal 2 49 173 0.99 0.72 0 0.32 223.51 0.98 0.34
Hex 2 31 AD 63 48 0 20 E0 62 22
Octal 2 61 255 143 110 0 40 340 142 42
Binary 10 110001 10101101 1100011 1001000 0 100000 11100000 1100010 100010

Color Harmonies of #0231AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0231AD

Black with #0231AD

Text Example


Text Example

White with #0231AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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