Html Css Color HEX #003AAC International Klein Blue

📋 copy color: '#003AAC'

red 0 ◦ green 58 ◦ blue 172

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

Shades of International Klein Blue #003AAC

Tints of International Klein Blue #003AAC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 58 (23.05% from 255) = 25.22%

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

R = 0%
G = 25.22%
B = 74.78%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#003AAC (or 0x003AAC) is known color: International Klein Blue. HEX triplet: 00, 3A and AC. RGB value is (0,58,172). Sum of RGB (Red+Green+Blue) = 0+58+172=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 172 (67.58% from 255 or 74.78% from 230); Max value from RGB is 172 - color contains mainly: blue. Hex color #003AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003AAC is #FFC553. Grayscale: #353535. Windows color (decimal): -16762196 or 11287040. OLE color: 11287040.

HSL color Cylindrical-coordinate representation of color #003AAC: hue angle of 219.77º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003AAC is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 58 172 -
CMYK 1 0.66 0 0.33
HSL 219.77º 1% 0.34% -
HSV(B) 219.77º 1% 0.67% -
XYZ 8.96 6 39.72 -
YUV 53.65 194.78 89.73 -
System Red Green Blue C M Y K H S L
Decimal 0 58 172 1 0.66 0 0.33 219.77 1 0.34
Hex 0 3A AC 64 42 0 21 DC 64 22
Octal 0 72 254 144 102 0 41 334 144 42
Binary 0 111010 10101100 1100100 1000010 0 100001 11011100 1100100 100010

Color Harmonies of #003AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003AAC

Black with #003AAC

Text Example


Text Example

White with #003AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003AAC; }

 p { color: rgb(0,58,172); }

 H1.HeaderClassName
 {
   color: #003AAC;
 }
 .AnyTagClassName
 {
   color: #003AAC;
 }
</style>

background-color css

<style>
 a { background-color: #003AAC; }

 a { background-color: rgb(0,58,172); }

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

border-color css

<style>
 span { border-color: #003AAC; }

 span { border-color: rgb(0,58,172); }

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