Html Css Color HEX #0233BA International Klein Blue

📋 copy color: '#0233BA'

red 2 ◦ green 51 ◦ blue 186

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

Shades of International Klein Blue #0233BA

Tints of International Klein Blue #0233BA

RGB

 RED value IS 2 (1.17% from 255) = 0.84%

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

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

R = 0.84%
G = 21.34%
B = 77.82%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0233BA (or 0x0233BA) is known color: International Klein Blue. HEX triplet: 02, 33 and BA. RGB value is (2,51,186). Sum of RGB (Red+Green+Blue) = 2+51+186=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #0233BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0233BA is #FDCC45. Grayscale: #333333. Windows color (decimal): -16632902 or 12202754. OLE color: 12202754.

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

Color convert

RGB 2 51 186 -
CMYK 0.99 0.73 0 0.27
HSL 224.02º 0.98% 0.37% -
HSV(B) 224.02º 0.99% 0.73% -
XYZ 10.07 5.93 47.07 -
YUV 51.74 203.77 92.52 -
System Red Green Blue C M Y K H S L
Decimal 2 51 186 0.99 0.73 0 0.27 224.02 0.98 0.37
Hex 2 33 BA 63 49 0 1B E0 62 25
Octal 2 63 272 143 111 0 33 340 142 45
Binary 10 110011 10111010 1100011 1001001 0 11011 11100000 1100010 100101

Color Harmonies of #0233BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0233BA

Black with #0233BA

Text Example


Text Example

White with #0233BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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