Html Css Color HEX #0425BE International Klein Blue

📋 copy color: '#0425BE'

red 4 ◦ green 37 ◦ blue 190

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

Shades of International Klein Blue #0425BE

Tints of International Klein Blue #0425BE

RGB

 RED value IS 4 (1.95% from 255) = 1.73%

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

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

R = 1.73%
G = 16.02%
B = 82.25%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0425BE (or 0x0425BE) is known color: International Klein Blue. HEX triplet: 04, 25 and BE. RGB value is (4,37,190). Sum of RGB (Red+Green+Blue) = 4+37+190=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 190 (74.61% from 255 or 82.25% from 231); Max value from RGB is 190 - color contains mainly: blue. Hex color #0425BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0425BE is #FBDA41. Grayscale: #2B2B2B. Windows color (decimal): -16505410 or 12461316. OLE color: 12461316.

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

Color convert

RGB 4 37 190 -
CMYK 0.98 0.81 0 0.25
HSL 229.35º 0.96% 0.38% -
HSV(B) 229.35º 0.98% 0.75% -
XYZ 10.01 5.07 49.17 -
YUV 44.58 210.07 99.06 -
System Red Green Blue C M Y K H S L
Decimal 4 37 190 0.98 0.81 0 0.25 229.35 0.96 0.38
Hex 4 25 BE 62 51 0 19 E5 60 26
Octal 4 45 276 142 121 0 31 345 140 46
Binary 100 100101 10111110 1100010 1010001 0 11001 11100101 1100000 100110

Color Harmonies of #0425BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0425BE

Black with #0425BE

Text Example


Text Example

White with #0425BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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