Html Css Color HEX #003AAD International Klein Blue

📋 copy color: '#003AAD'

red 0 ◦ green 58 ◦ blue 173

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

Shades of International Klein Blue #003AAD

Tints of International Klein Blue #003AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 74.89%

R = 0%
G = 25.11%
B = 74.89%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#003AAD (or 0x003AAD) is known color: International Klein Blue. HEX triplet: 00, 3A and AD. RGB value is (0,58,173). Sum of RGB (Red+Green+Blue) = 0+58+173=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 173 (67.97% from 255 or 74.89% from 231); Max value from RGB is 173 - color contains mainly: blue. Hex color #003AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003AAD is #FFC552. Grayscale: #353535. Windows color (decimal): -16762195 or 11352576. OLE color: 11352576.

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

Color convert

RGB 0 58 173 -
CMYK 1 0.66 0 0.32
HSL 219.88º 1% 0.34% -
HSV(B) 219.88º 1% 0.68% -
XYZ 9.06 6.04 40.22 -
YUV 53.77 195.28 89.65 -
System Red Green Blue C M Y K H S L
Decimal 0 58 173 1 0.66 0 0.32 219.88 1 0.34
Hex 0 3A AD 64 42 0 20 DC 64 22
Octal 0 72 255 144 102 0 40 334 144 42
Binary 0 111010 10101101 1100100 1000010 0 100000 11011100 1100100 100010

Color Harmonies of #003AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003AAD

Black with #003AAD

Text Example


Text Example

White with #003AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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