Html Css Color HEX #0030BA International Klein Blue

📋 copy color: '#0030BA'

red 0 ◦ green 48 ◦ blue 186

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

Shades of International Klein Blue #0030BA

Tints of International Klein Blue #0030BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 79.49%

R = 0%
G = 20.51%
B = 79.49%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0030BA (or 0x0030BA) is known color: International Klein Blue. HEX triplet: 00, 30 and BA. RGB value is (0,48,186). Sum of RGB (Red+Green+Blue) = 0+48+186=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #0030BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0030BA is #FFCF45. Grayscale: #303030. Windows color (decimal): -16764742 or 12201984. OLE color: 12201984.

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

Color convert

RGB 0 48 186 -
CMYK 1 0.74 0 0.27
HSL 224.52º 1% 0.36% -
HSV(B) 224.52º 1% 0.73% -
XYZ 9.92 5.66 47.02 -
YUV 49.38 205.1 92.78 -
System Red Green Blue C M Y K H S L
Decimal 0 48 186 1 0.74 0 0.27 224.52 1 0.36
Hex 0 30 BA 64 4A 0 1B E1 64 24
Octal 0 60 272 144 112 0 33 341 144 44
Binary 0 110000 10111010 1100100 1001010 0 11011 11100001 1100100 100100

Color Harmonies of #0030BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0030BA

Black with #0030BA

Text Example


Text Example

White with #0030BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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