Html Css Color HEX #0021AF International Klein Blue

📋 copy color: '#0021AF'

red 0 ◦ green 33 ◦ blue 175

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

Shades of International Klein Blue #0021AF

Tints of International Klein Blue #0021AF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 33 (13.28% from 255) = 15.87%

 BLUE value IS 175 (68.75% from 255) = 84.13%

R = 0%
G = 15.87%
B = 84.13%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0021AF (or 0x0021AF) is known color: International Klein Blue. HEX triplet: 00, 21 and AF. RGB value is (0,33,175). Sum of RGB (Red+Green+Blue) = 0+33+175=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 175 (68.75% from 255 or 84.13% from 208); Max value from RGB is 175 - color contains mainly: blue. Hex color #0021AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0021AF is #FFDE50. Grayscale: #262626. Windows color (decimal): -16768593 or 11477248. OLE color: 11477248.

HSL color Cylindrical-coordinate representation of color #0021AF: hue angle of 228.69º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0021AF is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 33 175 -
CMYK 1 0.81 0 0.31
HSL 228.69º 1% 0.34% -
HSV(B) 228.69º 1% 0.69% -
XYZ 8.28 4.18 40.93 -
YUV 39.32 204.57 99.95 -
System Red Green Blue C M Y K H S L
Decimal 0 33 175 1 0.81 0 0.31 228.69 1 0.34
Hex 0 21 AF 64 51 0 1F E5 64 22
Octal 0 41 257 144 121 0 37 345 144 42
Binary 0 100001 10101111 1100100 1010001 0 11111 11100101 1100100 100010

Color Harmonies of #0021AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0021AF

Black with #0021AF

Text Example


Text Example

White with #0021AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0021AF; }

 p { color: rgb(0,33,175); }

 H1.HeaderClassName
 {
   color: #0021AF;
 }
 .AnyTagClassName
 {
   color: #0021AF;
 }
</style>

background-color css

<style>
 a { background-color: #0021AF; }

 a { background-color: rgb(0,33,175); }

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

border-color css

<style>
 span { border-color: #0021AF; }

 span { border-color: rgb(0,33,175); }

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