Html Css Color HEX #0233AC International Klein Blue

📋 copy color: '#0233AC'

red 2 ◦ green 51 ◦ blue 172

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

Shades of International Klein Blue #0233AC

Tints of International Klein Blue #0233AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 76.44%

R = 0.89%
G = 22.67%
B = 76.44%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0233AC (or 0x0233AC) is known color: International Klein Blue. HEX triplet: 02, 33 and AC. RGB value is (2,51,172). Sum of RGB (Red+Green+Blue) = 2+51+172=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #0233AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0233AC is #FDCC53. Grayscale: #313131. Windows color (decimal): -16632916 or 11285250. OLE color: 11285250.

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

Color convert

RGB 2 51 172 -
CMYK 0.99 0.70 0 0.33
HSL 222.71º 0.98% 0.34% -
HSV(B) 222.71º 0.99% 0.67% -
XYZ 8.66 5.36 39.61 -
YUV 50.14 196.77 93.66 -
System Red Green Blue C M Y K H S L
Decimal 2 51 172 0.99 0.70 0 0.33 222.71 0.98 0.34
Hex 2 33 AC 63 46 0 21 DF 62 22
Octal 2 63 254 143 106 0 41 337 142 42
Binary 10 110011 10101100 1100011 1000110 0 100001 11011111 1100010 100010

Color Harmonies of #0233AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0233AC

Black with #0233AC

Text Example


Text Example

White with #0233AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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