Html Css Color HEX #0625A7 International Klein Blue

📋 copy color: '#0625A7'

red 6 ◦ green 37 ◦ blue 167

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

Shades of International Klein Blue #0625A7

Tints of International Klein Blue #0625A7

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

 BLUE value IS 167 (65.63% from 255) = 79.52%

R = 2.86%
G = 17.62%
B = 79.52%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0625A7 (or 0x0625A7) is known color: International Klein Blue. HEX triplet: 06, 25 and A7. RGB value is (6,37,167). Sum of RGB (Red+Green+Blue) = 6+37+167=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 167 (65.62% from 255 or 79.52% from 210); Max value from RGB is 167 - color contains mainly: blue. Hex color #0625A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0625A7 is #F9DA58. Grayscale: #2A2A2A. Windows color (decimal): -16374361 or 10953990. OLE color: 10953990.

HSL color Cylindrical-coordinate representation of color #0625A7: hue angle of 228.45º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0625A7 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 37 167 -
CMYK 0.96 0.78 0 0.35
HSL 228.45º 0.93% 0.34% -
HSV(B) 228.45º 0.96% 0.65% -
XYZ 7.71 4.15 36.95 -
YUV 42.55 198.23 101.93 -
System Red Green Blue C M Y K H S L
Decimal 6 37 167 0.96 0.78 0 0.35 228.45 0.93 0.34
Hex 6 25 A7 60 4E 0 23 E4 5D 22
Octal 6 45 247 140 116 0 43 344 135 42
Binary 110 100101 10100111 1100000 1001110 0 100011 11100100 1011101 100010

Color Harmonies of #0625A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0625A7

Black with #0625A7

Text Example


Text Example

White with #0625A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0625A7; }

 p { color: rgb(6,37,167); }

 H1.HeaderClassName
 {
   color: #0625A7;
 }
 .AnyTagClassName
 {
   color: #0625A7;
 }
</style>

background-color css

<style>
 a { background-color: #0625A7; }

 a { background-color: rgb(6,37,167); }

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

border-color css

<style>
 span { border-color: #0625A7; }

 span { border-color: rgb(6,37,167); }

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