Html Css Color HEX #0233AD International Klein Blue

📋 copy color: '#0233AD'

red 2 ◦ green 51 ◦ blue 173

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

Shades of International Klein Blue #0233AD

Tints of International Klein Blue #0233AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 76.55%

R = 0.88%
G = 22.57%
B = 76.55%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0233AD (or 0x0233AD) is known color: International Klein Blue. HEX triplet: 02, 33 and AD. RGB value is (2,51,173). Sum of RGB (Red+Green+Blue) = 2+51+173=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #0233AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0233AD is #FDCC52. Grayscale: #313131. Windows color (decimal): -16632915 or 11350786. OLE color: 11350786.

HSL color Cylindrical-coordinate representation of color #0233AD: hue angle of 222.81º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0233AD is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 51 173 -
CMYK 0.99 0.71 0 0.32
HSL 222.81º 0.98% 0.34% -
HSV(B) 222.81º 0.99% 0.68% -
XYZ 8.75 5.4 40.12 -
YUV 50.26 197.27 93.58 -
System Red Green Blue C M Y K H S L
Decimal 2 51 173 0.99 0.71 0 0.32 222.81 0.98 0.34
Hex 2 33 AD 63 47 0 20 DF 62 22
Octal 2 63 255 143 107 0 40 337 142 42
Binary 10 110011 10101101 1100011 1000111 0 100000 11011111 1100010 100010

Color Harmonies of #0233AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0233AD

Black with #0233AD

Text Example


Text Example

White with #0233AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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