Html Css Color HEX #0724AF International Klein Blue

📋 copy color: '#0724AF'

red 7 ◦ green 36 ◦ blue 175

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

Shades of International Klein Blue #0724AF

Tints of International Klein Blue #0724AF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.51%

 BLUE value IS 175 (68.75% from 255) = 80.28%

R = 3.21%
G = 16.51%
B = 80.28%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0724AF (or 0x0724AF) is known color: International Klein Blue. HEX triplet: 07, 24 and AF. RGB value is (7,36,175). Sum of RGB (Red+Green+Blue) = 7+36+175=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 175 (68.75% from 255 or 80.28% from 218); Max value from RGB is 175 - color contains mainly: blue. Hex color #0724AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0724AF is #F8DB50. Grayscale: #2A2A2A. Windows color (decimal): -16309073 or 11478023. OLE color: 11478023.

HSL color Cylindrical-coordinate representation of color #0724AF: hue angle of 229.64º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0724AF is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 36 175 -
CMYK 0.96 0.79 0 0.31
HSL 229.64º 0.92% 0.36% -
HSV(B) 229.64º 0.96% 0.69% -
XYZ 8.46 4.4 40.96 -
YUV 43.18 202.39 102.2 -
System Red Green Blue C M Y K H S L
Decimal 7 36 175 0.96 0.79 0 0.31 229.64 0.92 0.36
Hex 7 24 AF 60 4F 0 1F E6 5C 24
Octal 7 44 257 140 117 0 37 346 134 44
Binary 111 100100 10101111 1100000 1001111 0 11111 11100110 1011100 100100

Color Harmonies of #0724AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0724AF

Black with #0724AF

Text Example


Text Example

White with #0724AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0724AF; }

 p { color: rgb(7,36,175); }

 H1.HeaderClassName
 {
   color: #0724AF;
 }
 .AnyTagClassName
 {
   color: #0724AF;
 }
</style>

background-color css

<style>
 a { background-color: #0724AF; }

 a { background-color: rgb(7,36,175); }

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

border-color css

<style>
 span { border-color: #0724AF; }

 span { border-color: rgb(7,36,175); }

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