Html Css Color HEX #0628AC International Klein Blue

📋 copy color: '#0628AC'

red 6 ◦ green 40 ◦ blue 172

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

Shades of International Klein Blue #0628AC

Tints of International Klein Blue #0628AC

RGB

 RED value IS 6 (2.73% from 255) = 2.75%

 GREEN value IS 40 (16.02% from 255) = 18.35%

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

R = 2.75%
G = 18.35%
B = 78.9%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0628AC (or 0x0628AC) is known color: International Klein Blue. HEX triplet: 06, 28 and AC. RGB value is (6,40,172). Sum of RGB (Red+Green+Blue) = 6+40+172=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #0628AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0628AC is #F9D753. Grayscale: #2C2C2C. Windows color (decimal): -16373588 or 11282438. OLE color: 11282438.

HSL color Cylindrical-coordinate representation of color #0628AC: hue angle of 227.71º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0628AC is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 40 172 -
CMYK 0.97 0.77 0 0.33
HSL 227.71º 0.93% 0.35% -
HSV(B) 227.71º 0.97% 0.67% -
XYZ 8.28 4.53 39.47 -
YUV 44.88 199.74 100.27 -
System Red Green Blue C M Y K H S L
Decimal 6 40 172 0.97 0.77 0 0.33 227.71 0.93 0.35
Hex 6 28 AC 61 4D 0 21 E4 5D 23
Octal 6 50 254 141 115 0 41 344 135 43
Binary 110 101000 10101100 1100001 1001101 0 100001 11100100 1011101 100011

Color Harmonies of #0628AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0628AC

Black with #0628AC

Text Example


Text Example

White with #0628AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,40,172); }

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

background-color css

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

 a { background-color: rgb(6,40,172); }

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

border-color css

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

 span { border-color: rgb(6,40,172); }

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