Html Css Color HEX #0333BA International Klein Blue

📋 copy color: '#0333BA'

red 3 ◦ green 51 ◦ blue 186

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

Shades of International Klein Blue #0333BA

Tints of International Klein Blue #0333BA

RGB

 RED value IS 3 (1.56% from 255) = 1.25%

 GREEN value IS 51 (20.31% from 255) = 21.25%

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

R = 1.25%
G = 21.25%
B = 77.5%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0333BA (or 0x0333BA) is known color: International Klein Blue. HEX triplet: 03, 33 and BA. RGB value is (3,51,186). Sum of RGB (Red+Green+Blue) = 3+51+186=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #0333BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0333BA is #FCCC45. Grayscale: #333333. Windows color (decimal): -16567366 or 12202755. OLE color: 12202755.

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

Color convert

RGB 3 51 186 -
CMYK 0.98 0.73 0 0.27
HSL 224.26º 0.97% 0.37% -
HSV(B) 224.26º 0.98% 0.73% -
XYZ 10.08 5.93 47.07 -
YUV 52.04 203.6 93.02 -
System Red Green Blue C M Y K H S L
Decimal 3 51 186 0.98 0.73 0 0.27 224.26 0.97 0.37
Hex 3 33 BA 62 49 0 1B E0 61 25
Octal 3 63 272 142 111 0 33 340 141 45
Binary 11 110011 10111010 1100010 1001001 0 11011 11100000 1100001 100101

Color Harmonies of #0333BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0333BA

Black with #0333BA

Text Example


Text Example

White with #0333BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,51,186); }

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

background-color css

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

 a { background-color: rgb(3,51,186); }

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

border-color css

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

 span { border-color: rgb(3,51,186); }

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