Html Css Color HEX #0718AC International Klein Blue

📋 copy color: '#0718AC'

red 7 ◦ green 24 ◦ blue 172

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

Shades of International Klein Blue #0718AC

Tints of International Klein Blue #0718AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.82%

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

R = 3.45%
G = 11.82%
B = 84.73%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0718AC (or 0x0718AC) is known color: International Klein Blue. HEX triplet: 07, 18 and AC. RGB value is (7,24,172). Sum of RGB (Red+Green+Blue) = 7+24+172=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 172 (67.58% from 255 or 84.73% from 203); Max value from RGB is 172 - color contains mainly: blue. Hex color #0718AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0718AC is #F8E753. Grayscale: #232323. Windows color (decimal): -16312148 or 11278343. OLE color: 11278343.

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

Color convert

RGB 7 24 172 -
CMYK 0.96 0.86 0 0.33
HSL 233.82º 0.92% 0.35% -
HSV(B) 233.82º 0.96% 0.67% -
XYZ 7.86 3.68 39.33 -
YUV 35.79 204.87 107.47 -
System Red Green Blue C M Y K H S L
Decimal 7 24 172 0.96 0.86 0 0.33 233.82 0.92 0.35
Hex 7 18 AC 60 56 0 21 EA 5C 23
Octal 7 30 254 140 126 0 41 352 134 43
Binary 111 11000 10101100 1100000 1010110 0 100001 11101010 1011100 100011

Color Harmonies of #0718AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0718AC

Black with #0718AC

Text Example


Text Example

White with #0718AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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