Html Css Color HEX #0431BD International Klein Blue

📋 copy color: '#0431BD'

red 4 ◦ green 49 ◦ blue 189

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

Shades of International Klein Blue #0431BD

Tints of International Klein Blue #0431BD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.25%

 BLUE value IS 189 (74.22% from 255) = 78.1%

R = 1.65%
G = 20.25%
B = 78.1%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0431BD (or 0x0431BD) is known color: International Klein Blue. HEX triplet: 04, 31 and BD. RGB value is (4,49,189). Sum of RGB (Red+Green+Blue) = 4+49+189=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 189 (74.22% from 255 or 78.10% from 242); Max value from RGB is 189 - color contains mainly: blue. Hex color #0431BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0431BD is #FBCE42. Grayscale: #323232. Windows color (decimal): -16502339 or 12398852. OLE color: 12398852.

HSL color Cylindrical-coordinate representation of color #0431BD: hue angle of 225.41º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0431BD is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 49 189 -
CMYK 0.98 0.74 0 0.26
HSL 225.41º 0.96% 0.38% -
HSV(B) 225.41º 0.98% 0.74% -
XYZ 10.33 5.9 48.74 -
YUV 51.51 205.59 94.12 -
System Red Green Blue C M Y K H S L
Decimal 4 49 189 0.98 0.74 0 0.26 225.41 0.96 0.38
Hex 4 31 BD 62 4A 0 1A E1 60 26
Octal 4 61 275 142 112 0 32 341 140 46
Binary 100 110001 10111101 1100010 1001010 0 11010 11100001 1100000 100110

Color Harmonies of #0431BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0431BD

Black with #0431BD

Text Example


Text Example

White with #0431BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0431BD; }

 p { color: rgb(4,49,189); }

 H1.HeaderClassName
 {
   color: #0431BD;
 }
 .AnyTagClassName
 {
   color: #0431BD;
 }
</style>

background-color css

<style>
 a { background-color: #0431BD; }

 a { background-color: rgb(4,49,189); }

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

border-color css

<style>
 span { border-color: #0431BD; }

 span { border-color: rgb(4,49,189); }

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