Html Css Color HEX #0223BE International Klein Blue

📋 copy color: '#0223BE'

red 2 ◦ green 35 ◦ blue 190

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

Shades of International Klein Blue #0223BE

Tints of International Klein Blue #0223BE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.42%

 BLUE value IS 190 (74.61% from 255) = 83.7%

R = 0.88%
G = 15.42%
B = 83.7%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0223BE (or 0x0223BE) is known color: International Klein Blue. HEX triplet: 02, 23 and BE. RGB value is (2,35,190). Sum of RGB (Red+Green+Blue) = 2+35+190=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 190 (74.61% from 255 or 83.70% from 227); Max value from RGB is 190 - color contains mainly: blue. Hex color #0223BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0223BE is #FDDC41. Grayscale: #2A2A2A. Windows color (decimal): -16636994 or 12460802. OLE color: 12460802.

HSL color Cylindrical-coordinate representation of color #0223BE: hue angle of 229.47º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0223BE is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 35 190 -
CMYK 0.99 0.82 0 0.25
HSL 229.47º 0.98% 0.38% -
HSV(B) 229.47º 0.99% 0.75% -
XYZ 9.92 4.93 49.14 -
YUV 42.8 211.07 98.9 -
System Red Green Blue C M Y K H S L
Decimal 2 35 190 0.99 0.82 0 0.25 229.47 0.98 0.38
Hex 2 23 BE 63 52 0 19 E5 62 26
Octal 2 43 276 143 122 0 31 345 142 46
Binary 10 100011 10111110 1100011 1010010 0 11001 11100101 1100010 100110

Color Harmonies of #0223BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0223BE

Black with #0223BE

Text Example


Text Example

White with #0223BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0223BE; }

 p { color: rgb(2,35,190); }

 H1.HeaderClassName
 {
   color: #0223BE;
 }
 .AnyTagClassName
 {
   color: #0223BE;
 }
</style>

background-color css

<style>
 a { background-color: #0223BE; }

 a { background-color: rgb(2,35,190); }

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

border-color css

<style>
 span { border-color: #0223BE; }

 span { border-color: rgb(2,35,190); }

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