Html Css Color HEX #0228BC International Klein Blue

📋 copy color: '#0228BC'

red 2 ◦ green 40 ◦ blue 188

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

Shades of International Klein Blue #0228BC

Tints of International Klein Blue #0228BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 81.74%

R = 0.87%
G = 17.39%
B = 81.74%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0228BC (or 0x0228BC) is known color: International Klein Blue. HEX triplet: 02, 28 and BC. RGB value is (2,40,188). Sum of RGB (Red+Green+Blue) = 2+40+188=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 188 (73.83% from 255 or 81.74% from 230); Max value from RGB is 188 - color contains mainly: blue. Hex color #0228BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0228BC is #FDD743. Grayscale: #2C2C2C. Windows color (decimal): -16635716 or 12331010. OLE color: 12331010.

HSL color Cylindrical-coordinate representation of color #0228BC: hue angle of 227.74º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0228BC is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 40 188 -
CMYK 0.99 0.79 0 0.26
HSL 227.74º 0.98% 0.37% -
HSV(B) 227.74º 0.99% 0.74% -
XYZ 9.86 5.16 48.05 -
YUV 45.51 208.41 96.97 -
System Red Green Blue C M Y K H S L
Decimal 2 40 188 0.99 0.79 0 0.26 227.74 0.98 0.37
Hex 2 28 BC 63 4F 0 1A E4 62 25
Octal 2 50 274 143 117 0 32 344 142 45
Binary 10 101000 10111100 1100011 1001111 0 11010 11100100 1100010 100101

Color Harmonies of #0228BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0228BC

Black with #0228BC

Text Example


Text Example

White with #0228BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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