Html Css Color HEX #071DAC International Klein Blue

📋 copy color: '#071DAC'

red 7 ◦ green 29 ◦ blue 172

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

Shades of International Klein Blue #071DAC

Tints of International Klein Blue #071DAC

RGB

 RED value IS 7 (3.13% from 255) = 3.37%

 GREEN value IS 29 (11.72% from 255) = 13.94%

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

R = 3.37%
G = 13.94%
B = 82.69%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#071DAC (or 0x071DAC) is known color: International Klein Blue. HEX triplet: 07, 1D and AC. RGB value is (7,29,172). Sum of RGB (Red+Green+Blue) = 7+29+172=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 172 (67.58% from 255 or 82.69% from 208); Max value from RGB is 172 - color contains mainly: blue. Hex color #071DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071DAC is #F8E253. Grayscale: #262626. Windows color (decimal): -16310868 or 11279623. OLE color: 11279623.

HSL color Cylindrical-coordinate representation of color #071DAC: hue angle of 232º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071DAC is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 29 172 -
CMYK 0.96 0.83 0 0.33
HSL 232º 0.92% 0.35% -
HSV(B) 232º 0.96% 0.67% -
XYZ 7.97 3.9 39.36 -
YUV 38.72 203.21 105.37 -
System Red Green Blue C M Y K H S L
Decimal 7 29 172 0.96 0.83 0 0.33 232 0.92 0.35
Hex 7 1D AC 60 53 0 21 E8 5C 23
Octal 7 35 254 140 123 0 41 350 134 43
Binary 111 11101 10101100 1100000 1010011 0 100001 11101000 1011100 100011

Color Harmonies of #071DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071DAC

Black with #071DAC

Text Example


Text Example

White with #071DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071DAC; }

 p { color: rgb(7,29,172); }

 H1.HeaderClassName
 {
   color: #071DAC;
 }
 .AnyTagClassName
 {
   color: #071DAC;
 }
</style>

background-color css

<style>
 a { background-color: #071DAC; }

 a { background-color: rgb(7,29,172); }

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

border-color css

<style>
 span { border-color: #071DAC; }

 span { border-color: rgb(7,29,172); }

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