Html Css Color HEX #0733BA International Klein Blue

📋 copy color: '#0733BA'

red 7 ◦ green 51 ◦ blue 186

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

Shades of International Klein Blue #0733BA

Tints of International Klein Blue #0733BA

RGB

 RED value IS 7 (3.13% from 255) = 2.87%

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

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

R = 2.87%
G = 20.9%
B = 76.23%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0733BA (or 0x0733BA) is known color: International Klein Blue. HEX triplet: 07, 33 and BA. RGB value is (7,51,186). Sum of RGB (Red+Green+Blue) = 7+51+186=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #0733BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0733BA is #F8CC45. Grayscale: #343434. Windows color (decimal): -16305222 or 12202759. OLE color: 12202759.

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

Color convert

RGB 7 51 186 -
CMYK 0.96 0.73 0 0.27
HSL 225.25º 0.93% 0.38% -
HSV(B) 225.25º 0.96% 0.73% -
XYZ 10.13 5.96 47.07 -
YUV 53.23 202.92 95.02 -
System Red Green Blue C M Y K H S L
Decimal 7 51 186 0.96 0.73 0 0.27 225.25 0.93 0.38
Hex 7 33 BA 60 49 0 1B E1 5D 26
Octal 7 63 272 140 111 0 33 341 135 46
Binary 111 110011 10111010 1100000 1001001 0 11011 11100001 1011101 100110

Color Harmonies of #0733BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0733BA

Black with #0733BA

Text Example


Text Example

White with #0733BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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