Html Css Color HEX #0239AC International Klein Blue

📋 copy color: '#0239AC'

red 2 ◦ green 57 ◦ blue 172

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

Shades of International Klein Blue #0239AC

Tints of International Klein Blue #0239AC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.68%

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

R = 0.87%
G = 24.68%
B = 74.46%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0239AC (or 0x0239AC) is known color: International Klein Blue. HEX triplet: 02, 39 and AC. RGB value is (2,57,172). Sum of RGB (Red+Green+Blue) = 2+57+172=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 172 (67.58% from 255 or 74.46% from 231); Max value from RGB is 172 - color contains mainly: blue. Hex color #0239AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0239AC is #FDC653. Grayscale: #353535. Windows color (decimal): -16631380 or 11286786. OLE color: 11286786.

HSL color Cylindrical-coordinate representation of color #0239AC: hue angle of 220.59º 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 #0239AC is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 57 172 -
CMYK 0.99 0.67 0 0.33
HSL 220.59º 0.98% 0.34% -
HSV(B) 220.59º 0.99% 0.67% -
XYZ 8.93 5.92 39.7 -
YUV 53.67 194.78 91.15 -
System Red Green Blue C M Y K H S L
Decimal 2 57 172 0.99 0.67 0 0.33 220.59 0.98 0.34
Hex 2 39 AC 63 43 0 21 DD 62 22
Octal 2 71 254 143 103 0 41 335 142 42
Binary 10 111001 10101100 1100011 1000011 0 100001 11011101 1100010 100010

Color Harmonies of #0239AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0239AC

Black with #0239AC

Text Example


Text Example

White with #0239AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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