Html Css Color HEX #0430BE International Klein Blue

📋 copy color: '#0430BE'

red 4 ◦ green 48 ◦ blue 190

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

Shades of International Klein Blue #0430BE

Tints of International Klein Blue #0430BE

RGB

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

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

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

R = 1.65%
G = 19.83%
B = 78.51%

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

#0430BE (or 0x0430BE) is known color: International Klein Blue. HEX triplet: 04, 30 and BE. RGB value is (4,48,190). Sum of RGB (Red+Green+Blue) = 4+48+190=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #0430BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0430BE is #FBCF41. Grayscale: #323232. Windows color (decimal): -16502594 or 12464132. OLE color: 12464132.

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

Color convert

RGB 4 48 190 -
CMYK 0.98 0.75 0 0.25
HSL 225.81º 0.96% 0.38% -
HSV(B) 225.81º 0.98% 0.75% -
XYZ 10.4 5.86 49.3 -
YUV 51.03 206.42 94.45 -
System Red Green Blue C M Y K H S L
Decimal 4 48 190 0.98 0.75 0 0.25 225.81 0.96 0.38
Hex 4 30 BE 62 4B 0 19 E2 60 26
Octal 4 60 276 142 113 0 31 342 140 46
Binary 100 110000 10111110 1100010 1001011 0 11001 11100010 1100000 100110

Color Harmonies of #0430BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0430BE

Black with #0430BE

Text Example


Text Example

White with #0430BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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