Html Css Color HEX #0227BA International Klein Blue

📋 copy color: '#0227BA'

red 2 ◦ green 39 ◦ blue 186

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

Shades of International Klein Blue #0227BA

Tints of International Klein Blue #0227BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 81.94%

R = 0.88%
G = 17.18%
B = 81.94%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0227BA (or 0x0227BA) is known color: International Klein Blue. HEX triplet: 02, 27 and BA. RGB value is (2,39,186). Sum of RGB (Red+Green+Blue) = 2+39+186=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #0227BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0227BA is #FDD845. Grayscale: #2C2C2C. Windows color (decimal): -16635974 or 12199682. OLE color: 12199682.

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

Color convert

RGB 2 39 186 -
CMYK 0.99 0.79 0 0.27
HSL 227.93º 0.98% 0.37% -
HSV(B) 227.93º 0.99% 0.73% -
XYZ 9.61 5.01 46.91 -
YUV 44.7 207.74 97.55 -
System Red Green Blue C M Y K H S L
Decimal 2 39 186 0.99 0.79 0 0.27 227.93 0.98 0.37
Hex 2 27 BA 63 4F 0 1B E4 62 25
Octal 2 47 272 143 117 0 33 344 142 45
Binary 10 100111 10111010 1100011 1001111 0 11011 11100100 1100010 100101

Color Harmonies of #0227BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0227BA

Black with #0227BA

Text Example


Text Example

White with #0227BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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