Html Css Color HEX #0228AC International Klein Blue

📋 copy color: '#0228AC'

red 2 ◦ green 40 ◦ blue 172

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

Shades of International Klein Blue #0228AC

Tints of International Klein Blue #0228AC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.69%

 BLUE value IS 172 (67.58% from 255) = 80.37%

R = 0.93%
G = 18.69%
B = 80.37%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0228AC (or 0x0228AC) is known color: International Klein Blue. HEX triplet: 02, 28 and AC. RGB value is (2,40,172). Sum of RGB (Red+Green+Blue) = 2+40+172=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 172 (67.58% from 255 or 80.37% from 214); Max value from RGB is 172 - color contains mainly: blue. Hex color #0228AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0228AC is #FDD753. Grayscale: #2B2B2B. Windows color (decimal): -16635732 or 11282434. OLE color: 11282434.

HSL color Cylindrical-coordinate representation of color #0228AC: hue angle of 226.59º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0228AC is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 40 172 -
CMYK 0.99 0.77 0 0.33
HSL 226.59º 0.98% 0.34% -
HSV(B) 226.59º 0.99% 0.67% -
XYZ 8.23 4.51 39.47 -
YUV 43.69 200.41 98.27 -
System Red Green Blue C M Y K H S L
Decimal 2 40 172 0.99 0.77 0 0.33 226.59 0.98 0.34
Hex 2 28 AC 63 4D 0 21 E3 62 22
Octal 2 50 254 143 115 0 41 343 142 42
Binary 10 101000 10101100 1100011 1001101 0 100001 11100011 1100010 100010

Color Harmonies of #0228AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0228AC

Black with #0228AC

Text Example


Text Example

White with #0228AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0228AC; }

 p { color: rgb(2,40,172); }

 H1.HeaderClassName
 {
   color: #0228AC;
 }
 .AnyTagClassName
 {
   color: #0228AC;
 }
</style>

background-color css

<style>
 a { background-color: #0228AC; }

 a { background-color: rgb(2,40,172); }

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

border-color css

<style>
 span { border-color: #0228AC; }

 span { border-color: rgb(2,40,172); }

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