Html Css Color HEX #0234AC International Klein Blue

📋 copy color: '#0234AC'

red 2 ◦ green 52 ◦ blue 172

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

Shades of International Klein Blue #0234AC

Tints of International Klein Blue #0234AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.01%

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

R = 0.88%
G = 23.01%
B = 76.11%

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

#0234AC (or 0x0234AC) is known color: International Klein Blue. HEX triplet: 02, 34 and AC. RGB value is (2,52,172). Sum of RGB (Red+Green+Blue) = 2+52+172=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #0234AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0234AC is #FDCB53. Grayscale: #323232. Windows color (decimal): -16632660 or 11285506. OLE color: 11285506.

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

Color convert

RGB 2 52 172 -
CMYK 0.99 0.70 0 0.33
HSL 222.35º 0.98% 0.34% -
HSV(B) 222.35º 0.99% 0.67% -
XYZ 8.7 5.45 39.62 -
YUV 50.73 196.44 93.24 -
System Red Green Blue C M Y K H S L
Decimal 2 52 172 0.99 0.70 0 0.33 222.35 0.98 0.34
Hex 2 34 AC 63 46 0 21 DE 62 22
Octal 2 64 254 143 106 0 41 336 142 42
Binary 10 110100 10101100 1100011 1000110 0 100001 11011110 1100010 100010

Color Harmonies of #0234AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0234AC

Black with #0234AC

Text Example


Text Example

White with #0234AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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