Html Css Color HEX #0430BF International Klein Blue

📋 copy color: '#0430BF'

red 4 ◦ green 48 ◦ blue 191

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

Shades of International Klein Blue #0430BF

Tints of International Klein Blue #0430BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 78.6%

R = 1.65%
G = 19.75%
B = 78.6%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0430BF (or 0x0430BF) is known color: International Klein Blue. HEX triplet: 04, 30 and BF. RGB value is (4,48,191). Sum of RGB (Red+Green+Blue) = 4+48+191=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 191 (75% from 255 or 78.60% from 243); Max value from RGB is 191 - color contains mainly: blue. Hex color #0430BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0430BF is #FBCF40. Grayscale: #323232. Windows color (decimal): -16502593 or 12529668. OLE color: 12529668.

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

Color convert

RGB 4 48 191 -
CMYK 0.98 0.75 0 0.25
HSL 225.88º 0.96% 0.38% -
HSV(B) 225.88º 0.98% 0.75% -
XYZ 10.51 5.9 49.88 -
YUV 51.15 206.92 94.37 -
System Red Green Blue C M Y K H S L
Decimal 4 48 191 0.98 0.75 0 0.25 225.88 0.96 0.38
Hex 4 30 BF 62 4B 0 19 E2 60 26
Octal 4 60 277 142 113 0 31 342 140 46
Binary 100 110000 10111111 1100010 1001011 0 11001 11100010 1100000 100110

Color Harmonies of #0430BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0430BF

Black with #0430BF

Text Example


Text Example

White with #0430BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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