Html Css Color HEX #0224AF International Klein Blue

📋 copy color: '#0224AF'

red 2 ◦ green 36 ◦ blue 175

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

Shades of International Klein Blue #0224AF

Tints of International Klein Blue #0224AF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

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

R = 0.94%
G = 16.9%
B = 82.16%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0224AF (or 0x0224AF) is known color: International Klein Blue. HEX triplet: 02, 24 and AF. RGB value is (2,36,175). Sum of RGB (Red+Green+Blue) = 2+36+175=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 175 (68.75% from 255 or 82.16% from 213); Max value from RGB is 175 - color contains mainly: blue. Hex color #0224AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0224AF is #FDDB50. Grayscale: #292929. Windows color (decimal): -16636753 or 11478018. OLE color: 11478018.

HSL color Cylindrical-coordinate representation of color #0224AF: hue angle of 228.21º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0224AF is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 36 175 -
CMYK 0.99 0.79 0 0.31
HSL 228.21º 0.98% 0.35% -
HSV(B) 228.21º 0.99% 0.69% -
XYZ 8.39 4.37 40.96 -
YUV 41.68 203.24 99.7 -
System Red Green Blue C M Y K H S L
Decimal 2 36 175 0.99 0.79 0 0.31 228.21 0.98 0.35
Hex 2 24 AF 63 4F 0 1F E4 62 23
Octal 2 44 257 143 117 0 37 344 142 43
Binary 10 100100 10101111 1100011 1001111 0 11111 11100100 1100010 100011

Color Harmonies of #0224AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0224AF

Black with #0224AF

Text Example


Text Example

White with #0224AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,36,175); }

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

background-color css

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

 a { background-color: rgb(2,36,175); }

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

border-color css

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

 span { border-color: rgb(2,36,175); }

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