Html Css Color HEX #0030BE International Klein Blue

📋 copy color: '#0030BE'

red 0 ◦ green 48 ◦ blue 190

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

Shades of International Klein Blue #0030BE

Tints of International Klein Blue #0030BE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 20.17%
B = 79.83%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0030BE (or 0x0030BE) is known color: International Klein Blue. HEX triplet: 00, 30 and BE. RGB value is (0,48,190). Sum of RGB (Red+Green+Blue) = 0+48+190=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 190 (74.61% from 255 or 79.83% from 238); Max value from RGB is 190 - color contains mainly: blue. Hex color #0030BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0030BE is #FFCF41. Grayscale: #313131. Windows color (decimal): -16764738 or 12464128. OLE color: 12464128.

HSL color Cylindrical-coordinate representation of color #0030BE: hue angle of 224.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0030BE is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 48 190 -
CMYK 1 0.75 0 0.25
HSL 224.84º 1% 0.37% -
HSV(B) 224.84º 1% 0.75% -
XYZ 10.35 5.83 49.3 -
YUV 49.84 207.1 92.45 -
System Red Green Blue C M Y K H S L
Decimal 0 48 190 1 0.75 0 0.25 224.84 1 0.37
Hex 0 30 BE 64 4B 0 19 E1 64 25
Octal 0 60 276 144 113 0 31 341 144 45
Binary 0 110000 10111110 1100100 1001011 0 11001 11100001 1100100 100101

Color Harmonies of #0030BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0030BE

Black with #0030BE

Text Example


Text Example

White with #0030BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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