Html Css Color HEX #0030BC International Klein Blue

📋 copy color: '#0030BC'

red 0 ◦ green 48 ◦ blue 188

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

Shades of International Klein Blue #0030BC

Tints of International Klein Blue #0030BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 79.66%

R = 0%
G = 20.34%
B = 79.66%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0030BC (or 0x0030BC) is known color: International Klein Blue. HEX triplet: 00, 30 and BC. RGB value is (0,48,188). Sum of RGB (Red+Green+Blue) = 0+48+188=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 188 (73.83% from 255 or 79.66% from 236); Max value from RGB is 188 - color contains mainly: blue. Hex color #0030BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0030BC is #FFCF43. Grayscale: #313131. Windows color (decimal): -16764740 or 12333056. OLE color: 12333056.

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

Color convert

RGB 0 48 188 -
CMYK 1 0.74 0 0.26
HSL 224.68º 1% 0.37% -
HSV(B) 224.68º 1% 0.74% -
XYZ 10.13 5.74 48.15 -
YUV 49.61 206.1 92.62 -
System Red Green Blue C M Y K H S L
Decimal 0 48 188 1 0.74 0 0.26 224.68 1 0.37
Hex 0 30 BC 64 4A 0 1A E1 64 25
Octal 0 60 274 144 112 0 32 341 144 45
Binary 0 110000 10111100 1100100 1001010 0 11010 11100001 1100100 100101

Color Harmonies of #0030BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0030BC

Black with #0030BC

Text Example


Text Example

White with #0030BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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