Html Css Color HEX #0235AC International Klein Blue

📋 copy color: '#0235AC'

red 2 ◦ green 53 ◦ blue 172

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

Shades of International Klein Blue #0235AC

Tints of International Klein Blue #0235AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.35%

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

R = 0.88%
G = 23.35%
B = 75.77%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0235AC (or 0x0235AC) is known color: International Klein Blue. HEX triplet: 02, 35 and AC. RGB value is (2,53,172). Sum of RGB (Red+Green+Blue) = 2+53+172=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 172 (67.58% from 255 or 75.77% from 227); Max value from RGB is 172 - color contains mainly: blue. Hex color #0235AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0235AC is #FDCA53. Grayscale: #323232. Windows color (decimal): -16632404 or 11285762. OLE color: 11285762.

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

Color convert

RGB 2 53 172 -
CMYK 0.99 0.69 0 0.33
HSL 222º 0.98% 0.34% -
HSV(B) 222º 0.99% 0.67% -
XYZ 8.74 5.54 39.64 -
YUV 51.32 196.1 92.82 -
System Red Green Blue C M Y K H S L
Decimal 2 53 172 0.99 0.69 0 0.33 222 0.98 0.34
Hex 2 35 AC 63 45 0 21 DE 62 22
Octal 2 65 254 143 105 0 41 336 142 42
Binary 10 110101 10101100 1100011 1000101 0 100001 11011110 1100010 100010

Color Harmonies of #0235AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0235AC

Black with #0235AC

Text Example


Text Example

White with #0235AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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