Html Css Color HEX #0227BC International Klein Blue

📋 copy color: '#0227BC'

red 2 ◦ green 39 ◦ blue 188

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

Shades of International Klein Blue #0227BC

Tints of International Klein Blue #0227BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.03%

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

R = 0.87%
G = 17.03%
B = 82.1%

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

#0227BC (or 0x0227BC) is known color: International Klein Blue. HEX triplet: 02, 27 and BC. RGB value is (2,39,188). Sum of RGB (Red+Green+Blue) = 2+39+188=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 188 (73.83% from 255 or 82.10% from 229); Max value from RGB is 188 - color contains mainly: blue. Hex color #0227BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0227BC is #FDD843. Grayscale: #2C2C2C. Windows color (decimal): -16635972 or 12330754. OLE color: 12330754.

HSL color Cylindrical-coordinate representation of color #0227BC: hue angle of 228.06º 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 #0227BC is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 39 188 -
CMYK 0.99 0.79 0 0.26
HSL 228.06º 0.98% 0.37% -
HSV(B) 228.06º 0.99% 0.74% -
XYZ 9.83 5.09 48.04 -
YUV 44.92 208.74 97.38 -
System Red Green Blue C M Y K H S L
Decimal 2 39 188 0.99 0.79 0 0.26 228.06 0.98 0.37
Hex 2 27 BC 63 4F 0 1A E4 62 25
Octal 2 47 274 143 117 0 32 344 142 45
Binary 10 100111 10111100 1100011 1001111 0 11010 11100100 1100010 100101

Color Harmonies of #0227BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0227BC

Black with #0227BC

Text Example


Text Example

White with #0227BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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