Html Css Color HEX #0239AE International Klein Blue

📋 copy color: '#0239AE'

red 2 ◦ green 57 ◦ blue 174

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

Shades of International Klein Blue #0239AE

Tints of International Klein Blue #0239AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 74.68%

R = 0.86%
G = 24.46%
B = 74.68%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0239AE (or 0x0239AE) is known color: International Klein Blue. HEX triplet: 02, 39 and AE. RGB value is (2,57,174). Sum of RGB (Red+Green+Blue) = 2+57+174=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 174 (68.36% from 255 or 74.68% from 233); Max value from RGB is 174 - color contains mainly: blue. Hex color #0239AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0239AE is #FDC651. Grayscale: #353535. Windows color (decimal): -16631378 or 11417858. OLE color: 11417858.

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

Color convert

RGB 2 57 174 -
CMYK 0.99 0.67 0 0.32
HSL 220.81º 0.98% 0.35% -
HSV(B) 220.81º 0.99% 0.68% -
XYZ 9.13 6 40.72 -
YUV 53.89 195.78 90.99 -
System Red Green Blue C M Y K H S L
Decimal 2 57 174 0.99 0.67 0 0.32 220.81 0.98 0.35
Hex 2 39 AE 63 43 0 20 DD 62 23
Octal 2 71 256 143 103 0 40 335 142 43
Binary 10 111001 10101110 1100011 1000011 0 100000 11011101 1100010 100011

Color Harmonies of #0239AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0239AE

Black with #0239AE

Text Example


Text Example

White with #0239AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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