Html Css Color HEX #021D98 International Klein Blue

📋 copy color: '#021D98'

red 2 ◦ green 29 ◦ blue 152

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

Shades of International Klein Blue #021D98

Tints of International Klein Blue #021D98

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.85%

 BLUE value IS 152 (59.77% from 255) = 83.06%

R = 1.09%
G = 15.85%
B = 83.06%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#021D98 (or 0x021D98) is known color: International Klein Blue. HEX triplet: 02, 1D and 98. RGB value is (2,29,152). Sum of RGB (Red+Green+Blue) = 2+29+152=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 152 (59.77% from 255 or 83.06% from 183); Max value from RGB is 152 - color contains mainly: blue. Hex color #021D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021D98 is #FDE267. Grayscale: #222222. Windows color (decimal): -16638568 or 9968898. OLE color: 9968898.

HSL color Cylindrical-coordinate representation of color #021D98: hue angle of 229.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021D98 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 29 152 -
CMYK 0.99 0.81 0 0.40
HSL 229.2º 0.97% 0.3% -
HSV(B) 229.2º 0.99% 0.6% -
XYZ 6.13 3.16 29.99 -
YUV 34.95 194.05 104.5 -
System Red Green Blue C M Y K H S L
Decimal 2 29 152 0.99 0.81 0 0.40 229.2 0.97 0.3
Hex 2 1D 98 63 51 0 28 E5 61 1E
Octal 2 35 230 143 121 0 50 345 141 36
Binary 10 11101 10011000 1100011 1010001 0 101000 11100101 1100001 11110

Color Harmonies of #021D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D98

Black with #021D98

Text Example


Text Example

White with #021D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021D98; }

 p { color: rgb(2,29,152); }

 H1.HeaderClassName
 {
   color: #021D98;
 }
 .AnyTagClassName
 {
   color: #021D98;
 }
</style>

background-color css

<style>
 a { background-color: #021D98; }

 a { background-color: rgb(2,29,152); }

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

border-color css

<style>
 span { border-color: #021D98; }

 span { border-color: rgb(2,29,152); }

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