Html Css Color HEX #0025BE International Klein Blue

📋 copy color: '#0025BE'

red 0 ◦ green 37 ◦ blue 190

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

Shades of International Klein Blue #0025BE

Tints of International Klein Blue #0025BE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 37 (14.84% from 255) = 16.3%

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

R = 0%
G = 16.3%
B = 83.7%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0025BE (or 0x0025BE) is known color: International Klein Blue. HEX triplet: 00, 25 and BE. RGB value is (0,37,190). Sum of RGB (Red+Green+Blue) = 0+37+190=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 37 (14.84% from 255 or 16.30% 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 #0025BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0025BE is #FFDA41. Grayscale: #2A2A2A. Windows color (decimal): -16767554 or 12461312. OLE color: 12461312.

HSL color Cylindrical-coordinate representation of color #0025BE: hue angle of 228.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0025BE is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 37 190 -
CMYK 1 0.81 0 0.25
HSL 228.32º 1% 0.37% -
HSV(B) 228.32º 1% 0.75% -
XYZ 9.96 5.04 49.16 -
YUV 43.38 210.74 97.06 -
System Red Green Blue C M Y K H S L
Decimal 0 37 190 1 0.81 0 0.25 228.32 1 0.37
Hex 0 25 BE 64 51 0 19 E4 64 25
Octal 0 45 276 144 121 0 31 344 144 45
Binary 0 100101 10111110 1100100 1010001 0 11001 11100100 1100100 100101

Color Harmonies of #0025BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0025BE

Black with #0025BE

Text Example


Text Example

White with #0025BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,37,190); }

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

background-color css

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

 a { background-color: rgb(0,37,190); }

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

border-color css

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

 span { border-color: rgb(0,37,190); }

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