Html Css Color HEX #0430BD International Klein Blue

📋 copy color: '#0430BD'

red 4 ◦ green 48 ◦ blue 189

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

Shades of International Klein Blue #0430BD

Tints of International Klein Blue #0430BD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.92%

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

R = 1.66%
G = 19.92%
B = 78.42%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0430BD (or 0x0430BD) is known color: International Klein Blue. HEX triplet: 04, 30 and BD. RGB value is (4,48,189). Sum of RGB (Red+Green+Blue) = 4+48+189=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #0430BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0430BD is #FBCF42. Grayscale: #323232. Windows color (decimal): -16502595 or 12398596. OLE color: 12398596.

HSL color Cylindrical-coordinate representation of color #0430BD: hue angle of 225.73º 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 #0430BD is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 48 189 -
CMYK 0.98 0.75 0 0.26
HSL 225.73º 0.96% 0.38% -
HSV(B) 225.73º 0.98% 0.74% -
XYZ 10.29 5.81 48.72 -
YUV 50.92 205.92 94.54 -
System Red Green Blue C M Y K H S L
Decimal 4 48 189 0.98 0.75 0 0.26 225.73 0.96 0.38
Hex 4 30 BD 62 4B 0 1A E2 60 26
Octal 4 60 275 142 113 0 32 342 140 46
Binary 100 110000 10111101 1100010 1001011 0 11010 11100010 1100000 100110

Color Harmonies of #0430BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0430BD

Black with #0430BD

Text Example


Text Example

White with #0430BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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