Html Css Color HEX #0239BE International Klein Blue

📋 copy color: '#0239BE'

red 2 ◦ green 57 ◦ blue 190

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

Shades of International Klein Blue #0239BE

Tints of International Klein Blue #0239BE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.89%

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

R = 0.8%
G = 22.89%
B = 76.31%

CMYK

 C value IS 0.99

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0239BE (or 0x0239BE) is known color: International Klein Blue. HEX triplet: 02, 39 and BE. RGB value is (2,57,190). Sum of RGB (Red+Green+Blue) = 2+57+190=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 190 (74.61% from 255 or 76.31% from 249); Max value from RGB is 190 - color contains mainly: blue. Hex color #0239BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0239BE is #FDC641. Grayscale: #373737. Windows color (decimal): -16631362 or 12466434. OLE color: 12466434.

HSL color Cylindrical-coordinate representation of color #0239BE: hue angle of 222.45º 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 #0239BE is Cyan = 0.99, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 57 190 -
CMYK 0.99 0.7 0 0.25
HSL 222.45º 0.98% 0.38% -
HSV(B) 222.45º 0.99% 0.75% -
XYZ 10.78 6.66 49.43 -
YUV 55.72 203.78 89.69 -
System Red Green Blue C M Y K H S L
Decimal 2 57 190 0.99 0.7 0 0.25 222.45 0.98 0.38
Hex 2 39 BE 63 46 0 19 DE 62 26
Octal 2 71 276 143 106 0 31 336 142 46
Binary 10 111001 10111110 1100011 1000110 0 11001 11011110 1100010 100110

Color Harmonies of #0239BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0239BE

Black with #0239BE

Text Example


Text Example

White with #0239BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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