Html Css Color HEX #0233BE International Klein Blue

📋 copy color: '#0233BE'

red 2 ◦ green 51 ◦ blue 190

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

Shades of International Klein Blue #0233BE

Tints of International Klein Blue #0233BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 78.19%

R = 0.82%
G = 20.99%
B = 78.19%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0233BE (or 0x0233BE) is known color: International Klein Blue. HEX triplet: 02, 33 and BE. RGB value is (2,51,190). Sum of RGB (Red+Green+Blue) = 2+51+190=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #0233BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0233BE is #FDCC41. Grayscale: #333333. Windows color (decimal): -16632898 or 12464898. OLE color: 12464898.

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

Color convert

RGB 2 51 190 -
CMYK 0.99 0.73 0 0.25
HSL 224.36º 0.98% 0.38% -
HSV(B) 224.36º 0.99% 0.75% -
XYZ 10.5 6.1 49.34 -
YUV 52.2 205.77 92.2 -
System Red Green Blue C M Y K H S L
Decimal 2 51 190 0.99 0.73 0 0.25 224.36 0.98 0.38
Hex 2 33 BE 63 49 0 19 E0 62 26
Octal 2 63 276 143 111 0 31 340 142 46
Binary 10 110011 10111110 1100011 1001001 0 11001 11100000 1100010 100110

Color Harmonies of #0233BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0233BE

Black with #0233BE

Text Example


Text Example

White with #0233BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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