Html Css Color HEX #0425AB International Klein Blue

📋 copy color: '#0425AB'

red 4 ◦ green 37 ◦ blue 171

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

Shades of International Klein Blue #0425AB

Tints of International Klein Blue #0425AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 80.66%

R = 1.89%
G = 17.45%
B = 80.66%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0425AB (or 0x0425AB) is known color: International Klein Blue. HEX triplet: 04, 25 and AB. RGB value is (4,37,171). Sum of RGB (Red+Green+Blue) = 4+37+171=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 171 (67.19% from 255 or 80.66% from 212); Max value from RGB is 171 - color contains mainly: blue. Hex color #0425AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0425AB is #FBDA54. Grayscale: #292929. Windows color (decimal): -16505429 or 11216132. OLE color: 11216132.

HSL color Cylindrical-coordinate representation of color #0425AB: hue angle of 228.14º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0425AB is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 37 171 -
CMYK 0.98 0.78 0 0.33
HSL 228.14º 0.95% 0.34% -
HSV(B) 228.14º 0.98% 0.67% -
XYZ 8.06 4.29 38.93 -
YUV 42.41 200.57 100.6 -
System Red Green Blue C M Y K H S L
Decimal 4 37 171 0.98 0.78 0 0.33 228.14 0.95 0.34
Hex 4 25 AB 62 4E 0 21 E4 5F 22
Octal 4 45 253 142 116 0 41 344 137 42
Binary 100 100101 10101011 1100010 1001110 0 100001 11100100 1011111 100010

Color Harmonies of #0425AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0425AB

Black with #0425AB

Text Example


Text Example

White with #0425AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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